]> err.no Git - varnish/commitdiff
We should have a body length on a 200 reply
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 18 Dec 2008 10:58:17 +0000 (10:58 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 18 Dec 2008 10:58:17 +0000 (10:58 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3469 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishtest/tests/b00023.vtc

index 907edfdb734624655f262e292ee0e1937f68acef..7986332d97c051ad204d265a84521cbcd34fd899 100644 (file)
@@ -5,7 +5,7 @@ test "Check that the first_byte_timeout works from parameters"
 server s1 {
        rxreq
        delay 1.5
-       txresp
+       txresp -body "foo"
 } -start
 
 varnish v1 -vcl+backend {} -start
@@ -21,7 +21,7 @@ client c1 {
 server s1 {
        rxreq
        delay 0.5
-       txresp
+       txresp -body "foo"
 } -start
 
 client c1 {