]> err.no Git - varnish/commitdiff
Use insert_pass in vcl_fetch() so we cache the uncacheability.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 19 Jul 2006 20:07:16 +0000 (20:07 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 19 Jul 2006 20:07:16 +0000 (20:07 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@508 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/varnishd.c

index b47ea4a0a4bbc2f8571cdae35817a27a2af86202..f5c870adad3aa110829d039b8e4ca0545050b326 100644 (file)
@@ -63,7 +63,7 @@ static const char *default_vcl =
     "        error;\n"
     "    }\n"
     "    if (!obj.cacheable) {\n"
-    "        pass;\n"
+    "        insert_pass;\n"
     "    }\n"
     "    insert;\n"
     "}\n"