[master] cc8a173 Link pipe/pass FAQ VCLExamplePipe

Tollef Fog Heen tfheen at varnish-cache.org
Wed May 11 12:05:56 CEST 2011


commit cc8a1733ca2232f2b7ef8cd4d63f737d8d4100ea
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Tue May 10 10:43:00 2011 +0200

    Link pipe/pass FAQ VCLExamplePipe
    
    reworked from a commit to 2.1 by Bjørn Ruberg.

diff --git a/doc/sphinx/faq/configuration.rst b/doc/sphinx/faq/configuration.rst
index 345edd7..df06b07 100644
--- a/doc/sphinx/faq/configuration.rst
+++ b/doc/sphinx/faq/configuration.rst
@@ -36,7 +36,9 @@ _only_ pushes bytes back and forth, with no other actions taken.
 
 Since most HTTP clients do pipeline several requests into one
 connection this might give you an undesirable result - as every
-subsequent request will reuse the existing ``pipe``.
+subsequent request will reuse the existing ``pipe``.  Please see `this
+article <http://www.varnish-cache.org/trac/wiki/VCLExamplePipe>` for
+more details and a workaround.
 
 Varnish versions prior to 2.0 does not support handling a request body
 with ``pass`` mode, so in those releases ``pipe`` is required for



More information about the varnish-commit mailing list