Commit 6be44e1e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

We can do the last part of the test properly now.

parent e40679e4
......@@ -45,7 +45,13 @@ client c1 {
-hdr "1...5: ..0....5\n ..0...."
rxresp
expect resp.status == 200
# XXX: Varnish test does not allow us to test for the fact
# XXX: that the backend summarily closes on us. Adding one
# XXX: char to the above test, should cause that.
txreq -url "/1" \
-hdr "1...5: ..0....5\n ..0....5....0....5....0" \
-hdr "1...5: ..0....5\n ..0....5....0....5....0" \
-hdr "1...5: ..0....5\n ..0....5....0....5....0" \
-hdr "1...5: ..0....5\n ..0....5....0....5....0" \
-hdr "1...5: ..0....5\n ..0....5....0....5....0" \
-hdr "1...5: ..0....5\n ..0....5"
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