[master] a02420caa Remove 'stream' from the release notes example about beresp.filters.

Geoff Simmons geoff at uplex.de
Thu Sep 13 07:55:12 UTC 2018


commit a02420caa37a9b6da49183c213035a5aae34cdcf
Author: Geoff Simmons <geoff at uplex.de>
Date:   Thu Sep 13 09:53:57 2018 +0200

    Remove 'stream' from the release notes example about beresp.filters.

diff --git a/doc/sphinx/whats-new/upgrading-6.1.rst b/doc/sphinx/whats-new/upgrading-6.1.rst
index f1ca841b8..8adba7689 100644
--- a/doc/sphinx/whats-new/upgrading-6.1.rst
+++ b/doc/sphinx/whats-new/upgrading-6.1.rst
@@ -103,9 +103,8 @@ The ``beresp.filters`` variable is readable and writable in
 ``vcl_backend_response``. This is a space-separated list of modules
 that we call VFPs, for "Varnish fetch processors", that may be applied
 to a backend response body as it is being fetched. In default Varnish,
-the list may include values such as ``gzip``, ``gunzip``, ``esi`` and
-``stream``, depending on how you have set the ``beresp.do_*``
-variables.
+the list may include values such as ``gzip``, ``gunzip``, and ``esi``,
+depending on how you have set the ``beresp.do_*`` variables.
 
 This addition makes it possible for VMODs to define VFPs to filter or
 manipulate backend response bodies, which can be added by changing the


More information about the varnish-commit mailing list