From: Luca Toscano
Date: Mon, 25 Jan 2016 06:28:29 +0000 (+0000)
Subject: Documentation rebuild after change in mod_deflate.xml
X-Git-Tag: 2.5.0-alpha~2283
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aaf57579d858c12dd48f78971265ec6b603f9f6b;p=thirdparty%2Fapache%2Fhttpd.git
Documentation rebuild after change in mod_deflate.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726577 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_deflate.html.en b/docs/manual/mod/mod_deflate.html.en
index bb9eeed59b3..0bd6efec014 100644
--- a/docs/manual/mod/mod_deflate.html.en
+++ b/docs/manual/mod/mod_deflate.html.en
@@ -283,7 +283,14 @@ content
The DeflateBufferSize directive specifies
the size in bytes of the fragments that zlib should compress at one
- time.
+ time. If the compressed response size is bigger than the one specified
+ by this directive then httpd will switch to chunked encoding
+ (HTTP header Transfer-Encoding set to Chunked), with the
+ side effect of not setting any Content-Length HTTP header. This is particularly
+ important when httpd works behind reverse caching proxies like Varnish or when httpd is configured with
+ mod_cache and mod_cache_disk because
+ HTTP responses without any Content-Length header might not be cached.
+

diff --git a/docs/manual/mod/mod_deflate.xml.fr b/docs/manual/mod/mod_deflate.xml.fr
index c7bd43e9399..1a7fdf0cbf0 100644
--- a/docs/manual/mod/mod_deflate.xml.fr
+++ b/docs/manual/mod/mod_deflate.xml.fr
@@ -1,7 +1,7 @@
-
+
diff --git a/docs/manual/mod/mod_deflate.xml.ja b/docs/manual/mod/mod_deflate.xml.ja
index 3beca8e918d..f14bfecfe2b 100644
--- a/docs/manual/mod/mod_deflate.xml.ja
+++ b/docs/manual/mod/mod_deflate.xml.ja
@@ -1,7 +1,7 @@
-
+
+