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
0c87f59a
Commit
0c87f59a
authored
Sep 03, 2018
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vtc syntax cleanup
return(pass) from vcl_recv does not take a duration argument
parent
caa1334c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
c00010.vtc
bin/varnishtest/tests/c00010.vtc
+1
-1
No files found.
bin/varnishtest/tests/c00010.vtc
View file @
0c87f59a
...
...
@@ -17,7 +17,7 @@ varnish v1 -vcl+backend {
if (req.url == "/foo") {
return(hash);
} else {
return(pass
(10m)
);
return(pass);
}
}
sub vcl_hit {
...
...
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