On Wed, Sep 5, 2012 at 5:04 AM, Christoph Mitasch <[email protected]> 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 _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
