Commit 2d0f6be3 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

We should have a body length on a 200 reply



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3469 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent d163e324
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment