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

Take another shot at stability in this case

parent 16bc1262
...@@ -116,7 +116,7 @@ varnish v1 -expect s_resp_bodybytes == 401 ...@@ -116,7 +116,7 @@ varnish v1 -expect s_resp_bodybytes == 401
# Test Range streaming with streaming objects with C-L # Test Range streaming with streaming objects with C-L
server s1 -repeat 2 { server s1 {
rxreq rxreq
txresp -nolen -hdr "Content-Length: 100" txresp -nolen -hdr "Content-Length: 100"
send "0123456789" send "0123456789"
...@@ -130,6 +130,20 @@ server s1 -repeat 2 { ...@@ -130,6 +130,20 @@ server s1 -repeat 2 {
sema r1 sync 2 sema r1 sync 2
send "0123456789" send "0123456789"
send "0123456789" send "0123456789"
rxreq
txresp -nolen -hdr "Content-Length: 100"
send "0123456789"
send "0123456789"
send "0123456789"
send "0123456789"
send "0123456789"
send "0123456789"
send "0123456789"
send "0123456789"
sema r2 sync 2
send "0123456789"
send "0123456789"
} -start } -start
varnish v1 -vcl+backend { varnish v1 -vcl+backend {
...@@ -166,7 +180,7 @@ client c1 { ...@@ -166,7 +180,7 @@ client c1 {
expect resp.status == 206 expect resp.status == 206
expect resp.http.Content-Range == "bytes 2-5/*" expect resp.http.Content-Range == "bytes 2-5/*"
expect resp.http.Content-Length == 4 expect resp.http.Content-Length == 4
sema r1 sync 2 sema r2 sync 2
recv 4 recv 4
expect_close expect_close
} -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