Commit 602cfbea authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Enable gzip support by default.

parent 1f8a74ac
...@@ -816,7 +816,7 @@ static const struct parspec input_parspec[] = { ...@@ -816,7 +816,7 @@ static const struct parspec input_parspec[] = {
{ "http_gzip_support", tweak_bool, &master.http_gzip_support, 0, 0, { "http_gzip_support", tweak_bool, &master.http_gzip_support, 0, 0,
"Enable support for HTTP GZIP compression.\n", "Enable support for HTTP GZIP compression.\n",
EXPERIMENTAL, EXPERIMENTAL,
"off", "bool" }, "on", "bool" },
{ "gzip_stack_buffer", tweak_uint, &master.gzip_stack_buffer, { "gzip_stack_buffer", tweak_uint, &master.gzip_stack_buffer,
4, UINT_MAX, 4, UINT_MAX,
"Size of stack buffer used for gzip processing.\n", "Size of stack buffer used for gzip processing.\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