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"
server s1 {
rxreq
txresp -status 200 -gzipbody "1"
txresp -hdr "Connection: close" -gzipbody "1"
expect_close
accept
rxreq
txresp -status 200 -body "11"
txresp -body "11"
} -start
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