From 0d6c44db22b096415325af0e2664894f30f0230e Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 12 Jan 2016 16:15:51 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_deflate.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml index e6db1f1717..8bec31c758 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. +

+
+