r1137 - trunk/varnish-cache/bin/varnishd
des at projects.linpro.no
des at projects.linpro.no
Thu Oct 5 11:52:30 CEST 2006
Author: des
Date: 2006-10-05 11:52:30 +0200 (Thu, 05 Oct 2006)
New Revision: 1137
Modified:
trunk/varnish-cache/bin/varnishd/mgt_vcc.c
Log:
Reminder to keep the default VCL code in synch with the man page.
Modified: trunk/varnish-cache/bin/varnishd/mgt_vcc.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_vcc.c 2006-10-05 09:51:51 UTC (rev 1136)
+++ trunk/varnish-cache/bin/varnishd/mgt_vcc.c 2006-10-05 09:52:30 UTC (rev 1137)
@@ -64,6 +64,7 @@
/*--------------------------------------------------------------------*/
+/* keep this in synch with man/vcl.7 */
static const char *default_vcl =
"sub default_vcl_recv {\n"
" if (req.request != \"GET\" && req.request != \"HEAD\") {\n"
More information about the varnish-commit
mailing list