[master] 86e85bb 3.0 syntax

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


commit 86e85bb6d95785709566cdfd5aab6db24945f3a9
Author: Andreas Plesner Jacobsen <apj at mutt.dk>
Date:   Sun Mar 4 16:48:45 2012 +0100

    3.0 syntax

diff --git a/doc/sphinx/tutorial/increasing_your_hitrate.rst b/doc/sphinx/tutorial/increasing_your_hitrate.rst
index 83236d6..73d983e 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") {
-     pass;
+     return(pass);
   }
 
 Authorization



More information about the varnish-commit mailing list