Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Document that lookup forces GET to the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Tollef Fog Heen committed Sep 26, 2012
1 parent f0c2fd5 commit d8e5e70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/sphinx/reference/vcl.rst
Expand Up @@ -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
Expand Down

0 comments on commit d8e5e70

Please sign in to comment.