[master] 9d176e5 Fix docs for do_gzip default value

Tollef Fog Heen tfheen at varnish-cache.org
Thu Jun 16 13:30:47 CEST 2011


commit 9d176e5b2ed233a06dbd712a020957b71e2f87d3
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Thu Jun 16 13:30:35 2011 +0200

    Fix docs for do_gzip default value

diff --git a/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index 17ccf88..46efc67 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -652,7 +652,7 @@ beresp.do_esi
   to true to parse the object for ESI directives.
 
 beresp.do_gzip
-  Boolean. Gzip the object before storing it. Defaults to true. 
+  Boolean. Gzip the object before storing it. Defaults to false.
 
 beresp.do_gunzip
   Boolean. Unzip the object before storing it in the cache.  Defaults



More information about the varnish-commit mailing list