]> err.no Git - varnish/commitdiff
Additional commentary
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 19 Oct 2006 09:16:42 +0000 (09:16 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 19 Oct 2006 09:16:42 +0000 (09:16 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1197 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/etc/vcl.conf

index 4941503f0c451d7ce041a7d4ac583a265052ccd8..2952613a8607ad2146e99895e9647d7976f9b374 100644 (file)
@@ -11,6 +11,7 @@ backend default {
 }
 
 sub vcl_recv {
+       # pass mode can't handle POST (yet)
         if (req.request == "POST") {
                 pipe;
         }