From: phk Date: Sun, 18 Jun 2006 09:14:12 +0000 (+0000) Subject: add explicit "lookup" to recv method X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9ee8a6c5ea3612cdc40f8acd0de06b9cfa3a798;p=varnish add explicit "lookup" to recv method git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@197 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/varnishd.c b/varnish-cache/bin/varnishd/varnishd.c index 2205ea34..60638649 100644 --- a/varnish-cache/bin/varnishd/varnishd.c +++ b/varnish-cache/bin/varnishd/varnishd.c @@ -83,6 +83,7 @@ vcl_default(const char *bflag) " if (req.request != \"GET\" && req.request != \"HEAD\") {\n" " pass;\n" " }\n" + " lookup;\n" "}\n" "\n" "sub vcl_hit {\n"