[master] 4e7961a vcl_pass might return fetch, not pass

Federico G. Schwindt fgsch at lodoss.net
Thu Oct 9 23:44:01 CEST 2014


commit 4e7961ac9ae3e3c0bce6e341f40fc68286beb8ea
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