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
452ac521
Commit
452ac521
authored
Dec 07, 2016
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DuH!
We already had a check that took care of this in an architecture independent way.
parent
a0f58380
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
c00005.vtc
bin/varnishtest/tests/c00005.vtc
+12
-0
params.h
include/tbl/params.h
+1
-1
No files found.
bin/varnishtest/tests/c00005.vtc
View file @
452ac521
...
...
@@ -9,6 +9,18 @@ server s1 {
txresp -body "2222\n"
} -start
varnish v1 -errvcl {foo} {
sub vcl_recv {
if (client.ip ~ acl1) {
set req.url = "/";
}
}
backend acl1 {
.host = "127.0.0.1";
}
}
varnish v1 -arg "-p vsl_mask=+VCL_trace" -vcl+backend {
sub vcl_recv {
if (client.ip ~ acl1) {
...
...
include/tbl/params.h
View file @
452ac521
...
...
@@ -1505,7 +1505,7 @@ PARAM(
/* name */
vsl_space
,
/* typ */
bytes
,
/* min */
"1M"
,
/* max */
"4294967295"
,
// 4G-1
/* max */
NULL
,
/* default */
"80M"
,
/* units */
"bytes"
,
/* flags */
MUST_RESTART
,
...
...
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