Commit 425d37b6 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Introduce a barrier to prevent the HEADERS from overtaking

the WINDOWS_UPDATE
parent 9f422620
varnishtest "H2 POST"
barrier b1 cond 2
server s1 {
rxreq
barrier b1 sync
txresp -hdr "Content-Type: text/plain" -body response
} -start
......@@ -13,6 +16,7 @@ client c1 {
txreq -req POST -hdr content-type text/plain -hdr content-length 7 -body request
rxwinup
barrier b1 sync
# First, HTTP checks
rxresp
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