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
d8e5e70b
Commit
d8e5e70b
authored
Sep 26, 2012
by
Tollef Fog Heen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document that lookup forces GET to the backend
parent
f0c2fd5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vcl.rst
doc/sphinx/reference/vcl.rst
+2
-1
No files found.
doc/sphinx/reference/vcl.rst
View file @
d8e5e70b
...
...
@@ -385,7 +385,8 @@ vcl_recv
lookup
Look up the requested object in the cache. Control will
eventually pass to vcl_hit or vcl_miss, depending on whether the
object is in the cache.
object is in the cache. The ``bereq.request`` value will be set
to ``GET`` regardless of the value of ``req.request``.
vcl_pipe
Called upon entering pipe mode. In this mode, the request is passed
...
...
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