[master] d8e5e70 Document that lookup forces GET to the backend

Tollef Fog Heen tfheen at varnish-cache.org
Wed Sep 26 10:54:58 CEST 2012


commit d8e5e70b4d40fb9458fbd8f1c94d6ca7ed8f6b30
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Wed Sep 26 10:52:52 2012 +0200

    Document that lookup forces GET to the backend

diff --git a/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index 772e696..e6c15a8 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -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



More information about the varnish-commit mailing list