Commit 7c593da1 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Cover also the case where backend sends nothing with chunked encoding

parent 9f38e1a8
......@@ -4,7 +4,8 @@ server s1 {
rxreq
txresp -hdr "foo: 1"
rxreq
txresp -hdr "foo: 2"
txresp -nolen -hdr "foo: 2" -hdr "Transfer-Encoding: chunked"
chunkedlen 0
} -start
varnish v1 -vcl+backend {} -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