Commit 12ace86f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Stabilize this test a bit

parent 27bab722
...@@ -2,11 +2,12 @@ varnishtest "r00979.vtc Test restart when do_stream in vcl_deliver" ...@@ -2,11 +2,12 @@ varnishtest "r00979.vtc Test restart when do_stream in vcl_deliver"
server s1 { server s1 {
rxreq rxreq
txresp -status 200 -gzipbody "1" txresp -hdr "Connection: close" -gzipbody "1"
expect_close
accept accept
rxreq rxreq
txresp -status 200 -body "11" txresp -body "11"
} -start } -start
varnish v1 -vcl+backend { varnish v1 -vcl+backend {
......
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