[master] d596b0c Documentation error wrt gzip Fixes #1281

Per Buer perbu at varnish-cache.org
Mon May 6 16:19:53 CEST 2013


commit d596b0c048cb43676667980002f9289dc95ba245
Author: Per Buer <perbu at varnish-software.com>
Date:   Mon May 6 16:15:47 2013 +0200

    Documentation error wrt gzip
    Fixes #1281

diff --git a/bin/varnishd/mgt/mgt_param_tbl.c b/bin/varnishd/mgt/mgt_param_tbl.c
index 5f66f87..01534dc 100644
--- a/bin/varnishd/mgt/mgt_param_tbl.c
+++ b/bin/varnishd/mgt/mgt_param_tbl.c
@@ -458,8 +458,8 @@ const struct parspec mgt_parspec[] = {
 		0,
 		"on", "bool" },
 	{ "http_gzip_support", tweak_bool, &mgt_param.http_gzip_support, 0, 0,
-		"Enable gzip support. When enabled Varnish will compress "
-		"uncompressed objects before they are stored in the cache. "
+		"Enable gzip support. When enabled Varnish request compressed "
+		"objects from the backend and store them compressed. "
 		"If a client does not support gzip encoding Varnish will "
 		"uncompress compressed objects on demand. Varnish will also "
 		"rewrite the Accept-Encoding header of clients indicating "
@@ -469,7 +469,7 @@ const struct parspec mgt_parspec[] = {
 		"Accept-Encoding header removed. For more information on how "
 		"gzip is implemented please see the chapter on gzip in the "
 		"Varnish reference.",
-		EXPERIMENTAL,
+		0,
 		"on", "bool" },
 	{ "gzip_level", tweak_uint, &mgt_param.gzip_level, 0, 9,
 		"Gzip compression level: 0=debug, 1=fast, 9=best",



More information about the varnish-commit mailing list