On Jan 28, 2009, at 2:23 AM, Anton Stonor wrote:
> sub vcl_recv {
> set req.grace = 120s;
> set req.backend = backend_0;
>
> }
>
Is this truly all you have in vcl_recv? This will mean that any
cookied requests will get passed. Is this intentional?
Ric