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

Also stabilize t02006 with a barrier to keep HEADERS from overtaking

WINDOWS UPDATE
parent 425d37b6
varnishtest "H2 POST w/ 100 Continue"
barrier b1 cond 2
server s1 {
rxreq
expect req.proto == HTTP/1.1
barrier b1 sync
txresp -hdr "Content-Type: text/plain" -body response
} -start
......@@ -28,6 +31,7 @@ client c1 {
-data request
rxwinup
barrier b1 sync
rxresp
expect resp.status == 200
expect resp.http.content-Type == "text/plain"
......
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