Commit c06e80ab authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Reminder to keep the default VCL code in synch with the man page.

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1137 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 4a5e9f98
......@@ -64,6 +64,7 @@ static TAILQ_HEAD(, vclprog) vclhead = TAILQ_HEAD_INITIALIZER(vclhead);
/*--------------------------------------------------------------------*/
/* 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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment