I got this exact same error. Solved it by doing a check on req.url for the troublesome url and piping the response.
if (req.url ~ "/troublesome/") {
return (pipe);
}
--
Esbjörn Eriksson | http://bazooka.se | 08 31 70 00
_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
