[master] c1cde2d32 docs: clarify VFP order

Nils Goroll nils.goroll at uplex.de
Wed Apr 17 12:55:07 UTC 2019


commit c1cde2d3294fb9da3a307517c405fd92535ba9b5
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Apr 17 14:53:20 2019 +0200

    docs: clarify VFP order

diff --git a/doc/sphinx/reference/vcl_var.rst b/doc/sphinx/reference/vcl_var.rst
index ab8459496..b1e492e06 100644
--- a/doc/sphinx/reference/vcl_var.rst
+++ b/doc/sphinx/reference/vcl_var.rst
@@ -939,7 +939,10 @@ beresp.filters
 	Writable from: vcl_backend_response
 
 	List of Varnish Fetch Processor (VFP) filters the beresp.body
-	will be pulled through.
+	will be pulled through. The order left to right signifies
+	processing from backend to cache, iow the leftmost filter is
+	run first on the body as received from the backend after
+	decoding of any transfer encodings.
 
 	VFP Filters change the body before going into the cache and/or
 	being handed to the client side, where it may get processed


More information about the varnish-commit mailing list