From 09290d3fd489b4f8fe6b1ed5e99b9eb2a545e823 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 12 Jan 2016 16:15:24 +0000 Subject: [PATCH] Distinguish between 'deflate' and 'gzip' encoding. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1724273 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 37fc18e956..a4a4c32d37 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. +

+
+