Mailing List Archive

r1197 - trunk/varnish-cache/etc
Author: des
Date: 2006-10-19 11:16:42 +0200 (Thu, 19 Oct 2006)
New Revision: 1197

Modified:
trunk/varnish-cache/etc/vcl.conf
Log:
Additional commentary

Modified: trunk/varnish-cache/etc/vcl.conf
===================================================================
--- trunk/varnish-cache/etc/vcl.conf 2006-10-19 09:16:03 UTC (rev 1196)
+++ trunk/varnish-cache/etc/vcl.conf 2006-10-19 09:16:42 UTC (rev 1197)
@@ -11,6 +11,7 @@
}

sub vcl_recv {
+ # pass mode can't handle POST (yet)
if (req.request == "POST") {
pipe;
}