[3.0] 1b93331 remove the experimental flag from http_range_support

Tollef Fog Heen tfheen at varnish-cache.org
Thu May 24 14:47:41 CEST 2012


commit 1b933317b9b9f6a777f9a45908deb37e28470b38
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_param.c b/bin/varnishd/mgt_param.c
index 76d9fe2..16bbb7d 100644
--- a/bin/varnishd/mgt_param.c
+++ b/bin/varnishd/mgt_param.c
@@ -870,7 +870,7 @@ static const struct parspec input_parspec[] = {
 		"10", "objects" },
 	{ "http_range_support", tweak_bool, &master.http_range_support, 0, 0,
 		"Enable support for HTTP Range headers.\n",
-		EXPERIMENTAL,
+		0,
 		"on", "bool" },
 	{ "http_gzip_support", tweak_bool, &master.http_gzip_support, 0, 0,
 		"Enable gzip support. When enabled Varnish will compress "



More information about the varnish-commit mailing list