On Thu, Aug 21, 2014 at 03:00:06PM +0200, Oliver Joa wrote: > > >It's now set to return(retry); as per the documentation. > > I know this. The point is that I can not read req.restarts. I don't > know how often the Request was restartet already.
Restarts are client side. Retries are backend side. If you retry a backend request, bereq.retries will be incremented. -- Andreas _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
