r3662 - branches/2.0/varnish-cache/bin/varnishtest/tests
tfheen at projects.linpro.no
tfheen at projects.linpro.no
Fri Feb 6 13:51:01 CET 2009
Author: tfheen
Date: 2009-02-06 13:51:00 +0100 (Fri, 06 Feb 2009)
New Revision: 3662
Modified:
branches/2.0/varnish-cache/bin/varnishtest/tests/b00023.vtc
Log:
Merge r3469: We should have a body length on a 200 reply
Modified: branches/2.0/varnish-cache/bin/varnishtest/tests/b00023.vtc
===================================================================
--- branches/2.0/varnish-cache/bin/varnishtest/tests/b00023.vtc 2009-02-06 12:41:16 UTC (rev 3661)
+++ branches/2.0/varnish-cache/bin/varnishtest/tests/b00023.vtc 2009-02-06 12:51:00 UTC (rev 3662)
@@ -5,7 +5,7 @@
server s1 {
rxreq
delay 1.5
- txresp
+ txresp -body "foo"
} -start
varnish v1 -vcl+backend {} -start
@@ -21,7 +21,7 @@
server s1 {
rxreq
delay 0.5
- txresp
+ txresp -body "foo"
} -start
client c1 {
More information about the varnish-commit
mailing list