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

Add a small delay to stabilize this testcase.

parent b854e427
......@@ -21,6 +21,10 @@ client c1 {
gunzip
expect resp.bodylen == "10"
# This delay attempts to ensure that the busyobj
# is completed before we attempt the range request
delay .2
txreq -hdr "Range: bytes=3-5"
rxresp
expect resp.http.content-encoding == "<undef>"
......
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