Commit bfdd9ac7 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Use barrier instead of delay to stabilize r01086

parent 3fa5baf1
varnishtest "#1086 junk after gzip from backend and streaming enabled"
barrier b1 cond 2
server s1 {
# This one will be streamed
rxreq
......@@ -20,7 +22,7 @@ server s1 {
sendhex "00000000"
send "\r\n"
delay .2
barrier b1 sync
chunked "FOOBAR"
non_fatal
......@@ -40,6 +42,7 @@ client c1 {
txreq -hdr "Cookie: FOO"
rxresphdrs
expect resp.status == 200
barrier b1 sync
expect_close
} -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