From 3a91abfa1aaf9113816f87ba56f5fd59a7e196b3 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Tue, 6 Oct 2009 13:51:43 +1300 Subject: [PATCH] Skip the 'Vary:' header. --- testing/normalise_result | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testing/normalise_result b/testing/normalise_result index d3387756..03399b6f 100755 --- a/testing/normalise_result +++ b/testing/normalise_result @@ -21,6 +21,10 @@ while( ) { $_ = ""; }; + /^Vary: / && do { + $_ = ""; + }; + /^X-(DAViCal|RSCDS)-Version: (DAViCal|RSCDS)\/[0-9.]+\.[0-9.]+\.[0-9.]+; DB\/[0-9.]+\.[0-9.]+\.[0-9.]+/ && do { $_ = ""; };