[4.0] f2d23a7 Sync with reality

Federico G. Schwindt fgsch at lodoss.net
Wed Aug 6 19:29:51 CEST 2014


commit f2d23a783c986423339ba813035265219fd4a00d
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Sun Jun 29 11:23:03 2014 +0100

    Sync with reality
    
    beresp.cacheable is gone.

diff --git a/doc/sphinx/users-guide/vcl-built-in-subs.rst b/doc/sphinx/users-guide/vcl-built-in-subs.rst
index cb6396e..5280eb4 100644
--- a/doc/sphinx/users-guide/vcl-built-in-subs.rst
+++ b/doc/sphinx/users-guide/vcl-built-in-subs.rst
@@ -202,8 +202,7 @@ The `vcl_backend_response` subroutine may terminate with calling
 
   deliver
     Possibly insert the object into the cache, then deliver it to the
-    Control will eventually pass to `vcl_deliver`. Caching is dependant
-    on 'beresp.cacheable'.
+    Control will eventually pass to `vcl_deliver`.
 
   abandon
     Abandon the backend request and generates an error.



More information about the varnish-commit mailing list