From fb20fd94ac869eeba504738c4a74e9a2e8426484 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 15 Sep 2008 11:47:15 +0000 Subject: [PATCH] Put comments in the default VCL to make people stop frobbing stuff we don't support yet. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3186 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/default.vcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/varnish-cache/bin/varnishd/default.vcl b/varnish-cache/bin/varnishd/default.vcl index 758e25e1..d55d9488 100644 --- a/varnish-cache/bin/varnishd/default.vcl +++ b/varnish-cache/bin/varnishd/default.vcl @@ -109,14 +109,17 @@ sub vcl_deliver { } sub vcl_discard { + /* XXX: Do not redefine vcl_discard{}, it is not yet supported */ discard; } sub vcl_prefetch { + /* XXX: Do not redefine vcl_prefetch{}, it is not yet supported */ fetch; } sub vcl_timeout { + /* XXX: Do not redefine vcl_timeout{}, it is not yet supported */ discard; } -- 2.39.5