From: Rich Bowen Date: Tue, 12 Jan 2016 16:15:24 +0000 (+0000) Subject: Distinguish between 'deflate' and 'gzip' encoding. X-Git-Tag: 2.5.0-alpha~2434 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09290d3fd489b4f8fe6b1ed5e99b9eb2a545e823;p=thirdparty%2Fapache%2Fhttpd.git Distinguish between 'deflate' and 'gzip' encoding. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1724273 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml index 37fc18e9568..a4a4c32d376 100644 --- a/docs/manual/mod/mod_deflate.xml +++ b/docs/manual/mod/mod_deflate.xml @@ -37,6 +37,14 @@ client Filters +
Supported Encodings +

The gzip encoding is the only one supported to ensure complete compatibility + with old browser implementations. The deflate encoding is not supported, + please check the zlib's documentation + for a complete explanation. +

+
+