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
7399f0a1
Commit
7399f0a1
authored
Nov 29, 2016
by
Dridi Boukelmoune
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make v6 readable for buggers using syntax highlighting
parent
45150250
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
v00006.vtc
bin/varnishtest/tests/v00006.vtc
+2
-2
No files found.
bin/varnishtest/tests/v00006.vtc
View file @
7399f0a1
...
...
@@ -21,7 +21,7 @@ varnish v1 -arg "-p thread_pools=1" -vcl+backend { } -start
delay 1
client c1 {
txreq -url
/bar
txreq -url
"/bar"
rxresp
expect resp.status == 200
} -run
...
...
@@ -67,7 +67,7 @@ varnish v1 -expect n_vcl_discard == 1
# Do another request through the new VCL to the new backend
client c1 {
txreq -url
/foo
txreq -url
"/foo"
rxresp
expect resp.status == 200
} -run
...
...
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