Commit 55ef8e00 authored by Nils Goroll's avatar Nils Goroll

s00010: try a slight variation

when we stall sending on the backend side, we _have_ to run into a
timeout on the client side, haven't we?
parent f5985938
...@@ -12,10 +12,10 @@ server s1 -repeat 2 { ...@@ -12,10 +12,10 @@ server s1 -repeat 2 {
fatal fatal
rxreq rxreq
txresp -nolen -hdr "Transfer-encoding: chunked" txresp -nolen -hdr "Transfer-encoding: chunked"
chunkedlen 65536 chunkedlen 8192
# make sure varnish is stuck in delivery # make sure varnish is stuck in delivery
barrier b1 sync barrier b1 sync
non_fatal chunkedlen 57344
chunkedlen 0 chunkedlen 0
} -start } -start
......
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