From: des Date: Thu, 14 Jun 2007 14:14:12 +0000 (+0000) Subject: Oops - don't lie about closing the connection. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6521b89845cefee83c9c057e223f0a3b89430ba;p=varnish Oops - don't lie about closing the connection. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1515 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-tools/regress/lib/Varnish/Test/Case/Vary.pm b/varnish-tools/regress/lib/Varnish/Test/Case/Vary.pm index 2cf8e3b4..7cb3c4f5 100644 --- a/varnish-tools/regress/lib/Varnish/Test/Case/Vary.pm +++ b/varnish-tools/regress/lib/Varnish/Test/Case/Vary.pm @@ -73,8 +73,7 @@ sub ev_server_request($$$$) { } my $response = HTTP::Response->new(200, undef, - [ 'Connection', 'close', - 'Content-Length', length($body), + [ 'Content-Length', length($body), 'Vary', 'Accept-Language', @headers ], $body);