[master] 939f71d Sync with reality

Federico G. Schwindt fgsch at lodoss.net
Sun Jun 29 12:24:50 CEST 2014


commit 939f71d361386174eefcd3467df5e70123a01aee
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