From: phk Date: Thu, 18 Dec 2008 10:58:17 +0000 (+0000) Subject: We should have a body length on a 200 reply X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efb0646484091b6658438641deff26a0c29407aa;p=varnish We should have a body length on a 200 reply git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3469 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishtest/tests/b00023.vtc b/varnish-cache/bin/varnishtest/tests/b00023.vtc index 907edfdb..7986332d 100644 --- a/varnish-cache/bin/varnishtest/tests/b00023.vtc +++ b/varnish-cache/bin/varnishtest/tests/b00023.vtc @@ -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 {