Commit c1635fa2 authored by Per Buer's avatar Per Buer

remove the experimental flag from http_range_support

parent 4c8f484e
...@@ -1068,7 +1068,7 @@ static const struct parspec input_parspec[] = { ...@@ -1068,7 +1068,7 @@ static const struct parspec input_parspec[] = {
"10", "objects" }, "10", "objects" },
{ "http_range_support", tweak_bool, &mgt_param.http_range_support, 0, 0, { "http_range_support", tweak_bool, &mgt_param.http_range_support, 0, 0,
"Enable support for HTTP Range headers.\n", "Enable support for HTTP Range headers.\n",
EXPERIMENTAL, 0,
"on", "bool" }, "on", "bool" },
{ "http_gzip_support", tweak_bool, &mgt_param.http_gzip_support, 0, 0, { "http_gzip_support", tweak_bool, &mgt_param.http_gzip_support, 0, 0,
"Enable gzip support. When enabled Varnish will compress " "Enable gzip support. When enabled Varnish will compress "
......
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