From: Rich Bowen Date: Tue, 12 Jan 2016 16:15:51 +0000 (+0000) Subject: Distinguish between 'deflate' and 'gzip' encoding. X-Git-Tag: 2.4.19~298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d6c44db22b096415325af0e2664894f30f0230e;p=thirdparty%2Fapache%2Fhttpd.git Distinguish between 'deflate' and 'gzip' encoding. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1724274 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml index e6db1f1717c..8bec31c7584 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. +

+
+