[experimental-ims] c1635fa remove the experimental flag from http_range_support

Geoff Simmons geoff at varnish-cache.org
Thu Jan 19 12:26:22 CET 2012


commit c1635fa22d084267122508e99b887f4da7213a41
Author: Per Buer <perbu at varnish-software.com>
Date:   Thu Jan 19 10:54:34 2012 +0100

    remove the experimental flag from http_range_support

diff --git a/bin/varnishd/mgt/mgt_param.c b/bin/varnishd/mgt/mgt_param.c
index 8123bfc..c984aae 100644
--- a/bin/varnishd/mgt/mgt_param.c
+++ b/bin/varnishd/mgt/mgt_param.c
@@ -1068,7 +1068,7 @@ static const struct parspec input_parspec[] = {
 		"10", "objects" },
 	{ "http_range_support", tweak_bool, &mgt_param.http_range_support, 0, 0,
 		"Enable support for HTTP Range headers.\n",
-		EXPERIMENTAL,
+		0,
 		"on", "bool" },
 	{ "http_gzip_support", tweak_bool, &mgt_param.http_gzip_support, 0, 0,
 		"Enable gzip support. When enabled Varnish will compress "



More information about the varnish-commit mailing list