Commit 32af514e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Lasse Karstensen

Add explict expect for 206 status

parent fe1ec6da
......@@ -27,6 +27,7 @@ client c1 {
txreq -hdr "Range: bytes=3-5"
rxresp
expect resp.status == 206
expect resp.http.content-encoding == "<undef>"
expect resp.bodylen == "3"
expect resp.body == "BAR"
......
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