Commit 6d6127c4 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Merge r3469: We should have a body length on a 200 reply



git-svn-id: http://www.varnish-cache.org/svn/branches/2.0@3662 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 29a635fc
...@@ -5,7 +5,7 @@ test "Check that the first_byte_timeout works from parameters" ...@@ -5,7 +5,7 @@ test "Check that the first_byte_timeout works from parameters"
server s1 { server s1 {
rxreq rxreq
delay 1.5 delay 1.5
txresp txresp -body "foo"
} -start } -start
varnish v1 -vcl+backend {} -start varnish v1 -vcl+backend {} -start
...@@ -21,7 +21,7 @@ client c1 { ...@@ -21,7 +21,7 @@ client c1 {
server s1 { server s1 {
rxreq rxreq
delay 0.5 delay 0.5
txresp txresp -body "foo"
} -start } -start
client c1 { 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