Commit 69425d5e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Reinstate this testcase, but make the servers failure to deliver

non-fatal.

Fixes: #1414
parent 9dd5d273
......@@ -2,6 +2,7 @@ varnishtest "client abandoning hit-for-pass"
server s1 {
non-fatal
rxreq
txresp -nolen -hdr "Transfer-Encoding: chunked" -hdr "Set-Cookie: foo=bar"
chunked "foo"
......@@ -20,7 +21,7 @@ varnish v1 -vcl+backend {
client c1 {
txreq
rxhdrs
rxresphdrs
rxchunk
sema r1 sync 2
} -run
......
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