mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-30 03:24:47 +00:00
Ignore chunked encoding header.
This commit is contained in:
parent
f844d6b692
commit
811af721ac
@ -29,6 +29,10 @@ while( <STDIN> ) {
|
|||||||
$_ = "";
|
$_ = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/^Transfer-Encoding:/ && do {
|
||||||
|
$_ = "";
|
||||||
|
};
|
||||||
|
|
||||||
/^Vary: / && do {
|
/^Vary: / && do {
|
||||||
$_ = "";
|
$_ = "";
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user