[4.0] 836c461 vcl_pass might return fetch, not pass

Lasse Karstensen lkarsten at varnish-software.com
Thu Jan 15 16:35:40 CET 2015


commit 836c4611c99b8e0a637ed008187d15c1e2e0a7a5
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Oct 9 22:42:45 2014 +0100

    vcl_pass might return fetch, not pass
    
    Spotted by: coredump

diff --git a/doc/sphinx/users-guide/vcl-built-in-subs.rst b/doc/sphinx/users-guide/vcl-built-in-subs.rst
index 9c9c690..276265c 100644
--- a/doc/sphinx/users-guide/vcl-built-in-subs.rst
+++ b/doc/sphinx/users-guide/vcl-built-in-subs.rst
@@ -73,7 +73,7 @@ of the following keywords:
   synth(status code, reason)
     Return the specified status code to the client and abandon the request.
 
-  pass
+  fetch
     Proceed with pass mode.
 
   restart



More information about the varnish-commit mailing list