Commit d8e5e70b authored by Tollef Fog Heen's avatar Tollef Fog Heen

Document that lookup forces GET to the backend

parent f0c2fd5c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment