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
b8d06876
Commit
b8d06876
authored
Apr 04, 2017
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Also stabilize t02006 with a barrier to keep HEADERS from overtaking
WINDOWS UPDATE
parent
425d37b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
t02006.vtc
bin/varnishtest/tests/t02006.vtc
+4
-0
No files found.
bin/varnishtest/tests/t02006.vtc
View file @
b8d06876
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"
...
...
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