[master] 5c9d66c Really change to 3.0 syntax

Andreas Plesner Jacobsen apj at varnish-cache.org
Sun Mar 4 16:52:01 CET 2012


commit 5c9d66ce9fdb31a73d1371194ea97a0289db60b2
Author: Andreas Plesner Jacobsen <apj at mutt.dk>
Date:   Sun Mar 4 16:51:38 2012 +0100

    Really change to 3.0 syntax

diff --git a/doc/sphinx/tutorial/increasing_your_hitrate.rst b/doc/sphinx/tutorial/increasing_your_hitrate.rst
index 73d983e..b9fa7e6 100644
--- a/doc/sphinx/tutorial/increasing_your_hitrate.rst
+++ b/doc/sphinx/tutorial/increasing_your_hitrate.rst
@@ -146,7 +146,7 @@ header. You could easily add support for this header in VCL.
 In vcl_fetch::
 
   if (beresp.http.Pragma ~ "nocache") {
-     return(pass);
+     return(hit_for_pass);
   }
 
 Authorization



More information about the varnish-commit mailing list