r371 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Fri Jul 7 09:22:56 CEST 2006


Author: phk
Date: 2006-07-07 09:22:55 +0200 (Fri, 07 Jul 2006)
New Revision: 371

Modified:
   trunk/varnish-cache/bin/varnishd/varnishd.c
Log:
Pipe anything different from HEAD & GET


Modified: trunk/varnish-cache/bin/varnishd/varnishd.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/varnishd.c	2006-07-07 07:22:34 UTC (rev 370)
+++ trunk/varnish-cache/bin/varnishd/varnishd.c	2006-07-07 07:22:55 UTC (rev 371)
@@ -82,7 +82,7 @@
 	    "}\n"
 	    "sub vcl_recv {\n"
 	    "    if (req.request != \"GET\" && req.request != \"HEAD\") {\n"
-	    "        pass;\n"
+	    "        pipe;\n"
 	    "    }\n"
 	    "    if (req.http.Authenticate || req.http.Cookie) {\n"
 	    "        pass;\n"




More information about the varnish-commit mailing list