mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Don't report Connection: and Keep-alive: headers.
This commit is contained in:
parent
686f83c5e7
commit
507827a052
@ -21,6 +21,14 @@ while( <STDIN> ) {
|
||||
$_ = "";
|
||||
};
|
||||
|
||||
/^Keep-Alive:/ && do {
|
||||
$_ = "";
|
||||
};
|
||||
|
||||
/^Connection:/ && do {
|
||||
$_ = "";
|
||||
};
|
||||
|
||||
/^Vary: / && do {
|
||||
$_ = "";
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user