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
75f8e5ec
Commit
75f8e5ec
authored
Jun 14, 2016
by
Federico G. Schwindt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
And fix previous commit
I could have sworn I ran make check before pushing it.
parent
d9e16c97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
v00021.vtc
bin/varnishtest/tests/v00021.vtc
+0
-12
No files found.
bin/varnishtest/tests/v00021.vtc
View file @
75f8e5ec
...
...
@@ -65,15 +65,3 @@ varnish v1 -errvcl {Invalid return "deliver"} {
return (deliver);
}
}
varnish v1 -errvcl {directors are now in directors VMOD} {
backend b { .host = "127.0.0.1"; }
director d1 random {
.backend b;
}
sub vcl_recv {
set req.backend = d1;
}
}
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