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

phk at varnish-cache.org phk at varnish-cache.org
Thu Jan 13 18:13:18 CET 2011


Author: phk
Date: 2011-01-13 18:13:18 +0100 (Thu, 13 Jan 2011)
New Revision: 5733

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/e00013.vtc
Log:
Fix this test-case to do what it should do:  We have to supress
the Content-Length: header to push varnish into EOF mode.



Modified: trunk/varnish-cache/bin/varnishtest/tests/e00013.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/e00013.vtc	2011-01-13 16:30:28 UTC (rev 5732)
+++ trunk/varnish-cache/bin/varnishtest/tests/e00013.vtc	2011-01-13 17:13:18 UTC (rev 5733)
@@ -5,7 +5,7 @@
 server s1 {
         rxreq
         expect req.url == "/foo"
-        txresp -hdr "Connection: close"
+        txresp -nolen -hdr "Connection: close"
         send {<x>                                      }
 } -start
 




More information about the varnish-commit mailing list