[master] c60c2886c I always forget vcl_pipe {} from the varnish twilight zone

Nils Goroll nils.goroll at uplex.de
Thu Jun 8 12:37:08 UTC 2023


commit c60c2886cebc0f7789525fcdcdff60f565098c0d
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Jun 8 14:35:43 2023 +0200

    I always forget vcl_pipe {} from the varnish twilight zone

diff --git a/doc/sphinx/users-guide/vcl-backends.rst b/doc/sphinx/users-guide/vcl-backends.rst
index 72927da4a..99142cbca 100644
--- a/doc/sphinx/users-guide/vcl-backends.rst
+++ b/doc/sphinx/users-guide/vcl-backends.rst
@@ -341,7 +341,7 @@ Director Resolution
 -------------------
 
 The actual resolution happens when the backend connection is prepared
-after a return from ``vcl_backend_fetch {}``.
+after a return from ``vcl_backend_fetch {}`` or ``vcl_pipe {}``.
 
 In some cases like server sharding the resolution outcome is required
 already in VCL. For such cases, the ``.resolve()`` method can be used,


More information about the varnish-commit mailing list