]> err.no Git - varnish/commitdiff
add explicit "lookup" to recv method
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 18 Jun 2006 09:14:12 +0000 (09:14 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 18 Jun 2006 09:14:12 +0000 (09:14 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@197 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/varnishd.c

index 2205ea34d6d96c976ea7b0de143f0039abf950cd..60638649c30485e2b31d25f24a719354001dd53a 100644 (file)
@@ -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"