Using pipe for large files

Gonzalo Paniagua gonzalo.paniagua at acquia.com
Wed Sep 5 17:11:50 CEST 2012


On Wed, Sep 5, 2012 at 5:04 AM, Christoph Mitasch
<cmitasch at thomas-krenn.com> wrote:
[...]
>
> Is there any disadvantage by using a pipe instead of a pass?

Since you are not caching the response, it is the right thing to do.
(btw, see http://phk.freebsd.dk/misc/varnish.gif)
Make sure you close the backend connection after the first request
(https://www.varnish-cache.org/trac/wiki/VCLExamplePipe)

-Gonzalo



More information about the varnish-misc mailing list