[master] 6bce301 One more take on http_gzip_support=off

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed May 2 06:47:07 UTC 2018


commit 6bce30172ca6c6ac52d27025b47102fae237a02f
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Wed May 2 08:44:11 2018 +0200

    One more take on http_gzip_support=off

diff --git a/include/tbl/params.h b/include/tbl/params.h
index 829f48f..8cfb7f0 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -598,7 +598,11 @@ PARAM(
 	"\n"
 	"Clients that do not support gzip will have their Accept-Encoding "
 	"header removed. For more information on how gzip is implemented "
-	"please see the chapter on gzip in the Varnish reference.",
+	"please see the chapter on gzip in the Varnish reference.\n"
+	"\n"
+	"When gzip support is disabled the variables beresp.do_gzip and "
+	"beresp.do_gunzip have no effect in VCL.",
+	/* XXX: what about the effect on beresp.filters? */
 	/* l-text */	"",
 	/* func */	NULL
 )


More information about the varnish-commit mailing list