mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-26 02:44:29 +00:00
Skip the 'Vary:' header.
This commit is contained in:
parent
ad125712fa
commit
3a91abfa1a
@ -21,6 +21,10 @@ while( <STDIN> ) {
|
|||||||
$_ = "";
|
$_ = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/^Vary: / && do {
|
||||||
|
$_ = "";
|
||||||
|
};
|
||||||
|
|
||||||
/^X-(DAViCal|RSCDS)-Version: (DAViCal|RSCDS)\/[0-9.]+\.[0-9.]+\.[0-9.]+; DB\/[0-9.]+\.[0-9.]+\.[0-9.]+/ && do {
|
/^X-(DAViCal|RSCDS)-Version: (DAViCal|RSCDS)\/[0-9.]+\.[0-9.]+\.[0-9.]+; DB\/[0-9.]+\.[0-9.]+\.[0-9.]+/ && do {
|
||||||
$_ = "";
|
$_ = "";
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user