Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
425d37b6
Commit
425d37b6
authored
Apr 04, 2017
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Introduce a barrier to prevent the HEADERS from overtaking
the WINDOWS_UPDATE
parent
9f422620
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
t02005.vtc
bin/varnishtest/tests/t02005.vtc
+4
-0
No files found.
bin/varnishtest/tests/t02005.vtc
View file @
425d37b6
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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment