r2942 - trunk/varnish-cache/bin/varnishtest/tests

phk at projects.linpro.no phk at projects.linpro.no
Sat Jul 12 00:13:29 CEST 2008


Author: phk
Date: 2008-07-12 00:13:29 +0200 (Sat, 12 Jul 2008)
New Revision: 2942

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/c00016.vtc
Log:
Add a bit of variation to the Connection header



Modified: trunk/varnish-cache/bin/varnishtest/tests/c00016.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/c00016.vtc	2008-07-11 22:07:10 UTC (rev 2941)
+++ trunk/varnish-cache/bin/varnishtest/tests/c00016.vtc	2008-07-11 22:13:29 UTC (rev 2942)
@@ -11,7 +11,7 @@
 	rxreq
 	expect req.url == "/bar"
 	expect req.http.Foo == "req.http.Foo"
-	txresp -hdr "Bar: foo" -hdr "Connection: bar" -body "foobar" 
+	txresp -hdr "Bar: fnry,glyf, FOO ,brok" -hdr "Connection: bar" -body "foobar" 
 } -start
 
 varnish v1 -vcl+backend { } -start
@@ -21,7 +21,7 @@
 	rxresp
 	expect resp.http.Bar == "foo"
 
-	txreq -url "/bar" -hdr "Foo: bar2" -hdr "Connection: Foo"
+	txreq -url "/bar" -hdr "Foo: bar2" -hdr "Connection: foo, close"
 	rxresp
 	expect req.http.Bar == "req.http.Bar"
 } -start




More information about the varnish-commit mailing list