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