Commit cc8a1733 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Link pipe/pass FAQ VCLExamplePipe

reworked from a commit to 2.1 by Bjørn Ruberg.
parent 2c724589
...@@ -36,7 +36,9 @@ _only_ pushes bytes back and forth, with no other actions taken. ...@@ -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 Since most HTTP clients do pipeline several requests into one
connection this might give you an undesirable result - as every 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 Varnish versions prior to 2.0 does not support handling a request body
with ``pass`` mode, so in those releases ``pipe`` is required for with ``pass`` mode, so in those releases ``pipe`` is required for
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment