[master] a47bb4f Availability of VCL vars on the client side in "Upgrading to 6.0".

Geoff Simmons geoff at uplex.de
Wed Mar 14 19:57:08 UTC 2018


commit a47bb4f9da0d823acf125b4a9c00562cd6a38746
Author: Geoff Simmons <geoff at uplex.de>
Date:   Wed Mar 14 20:56:17 2018 +0100

    Availability of VCL vars on the client side in "Upgrading to 6.0".

diff --git a/doc/sphinx/whats-new/upgrading-6.0.rst b/doc/sphinx/whats-new/upgrading-6.0.rst
index b4c4ed3..baff80d 100644
--- a/doc/sphinx/whats-new/upgrading-6.0.rst
+++ b/doc/sphinx/whats-new/upgrading-6.0.rst
@@ -225,6 +225,13 @@ of VCL 4.1, but are still available in 4.0. Note that
 ``beresp.storage_hint`` has been deprecated since Varnish 5.1; you
 should use ``beresp.storage`` instead.
 
+Client-side variable access
+---------------------------
+
+``req.storage``, ``req.hash_ignore_busy`` and ``req.hash_always_miss``
+are now accessible from all of the client side subroutines (previously
+only in ``vcl_recv{}``).
+
 Unix domain sockets and VCL
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 


More information about the varnish-commit mailing list