Commit f47db844 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix this test-case to do what it should do: We have to supress

the Content-Length: header to push varnish into EOF mode.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5733 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 6f68c937
......@@ -5,7 +5,7 @@ test "All white-space object, in multiple storage segments"
server s1 {
rxreq
expect req.url == "/foo"
txresp -hdr "Connection: close"
txresp -nolen -hdr "Connection: close"
send {<x> }
} -start
......
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