varnish-bites icon indicating copy to clipboard operation
varnish-bites copied to clipboard

Syntax error vcl_hit fetch

Open askibinski opened this issue 6 years ago • 1 comments

vcl_hit does a deliver (fetch), but this is not allowed, see: https://varnish-cache.org/docs/trunk/users-guide/vcl-built-in-subs.html

Should be:

return (deliver);

askibinski avatar Apr 14 '18 14:04 askibinski

It's allowed on Varnish 4, nevertheless there is an update on the way to make it compatible with varnish 5

NITEMAN avatar Jul 11 '18 12:07 NITEMAN