[3.0] 36eb0b0 3.0 syntax

Tollef Fog Heen tfheen at varnish-cache.org
Thu May 24 14:51:10 CEST 2012


commit 36eb0b093e4faa06367e301dd7fc0346f0e846d0
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