r197 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Sun Jun 18 11:14:12 CEST 2006


Author: phk
Date: 2006-06-18 11:14:12 +0200 (Sun, 18 Jun 2006)
New Revision: 197

Modified:
   trunk/varnish-cache/bin/varnishd/varnishd.c
Log:
add explicit "lookup" to recv method


Modified: trunk/varnish-cache/bin/varnishd/varnishd.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/varnishd.c	2006-06-18 09:11:59 UTC (rev 196)
+++ trunk/varnish-cache/bin/varnishd/varnishd.c	2006-06-18 09:14:12 UTC (rev 197)
@@ -83,6 +83,7 @@
 	    "    if (req.request != \"GET\" && req.request != \"HEAD\") {\n"
 	    "        pass;\n"
 	    "    }\n"
+	    "    lookup;\n"
 	    "}\n"
 	    "\n"
 	    "sub vcl_hit {\n"




More information about the varnish-commit mailing list