]> granicus.if.org Git - apache/commitdiff
fix for mod_deflat
authorIan Holsman <ianh@apache.org>
Mon, 20 May 2002 00:11:56 +0000 (00:11 +0000)
committerIan Holsman <ianh@apache.org>
Mon, 20 May 2002 00:11:56 +0000 (00:11 +0000)
PR: 9222
Obtained from: kaz@asada.sytes.net (ASADA Kazuhisa)
Submitted by:
Reviewed by: Ian Holsman

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95182 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 87f22857ce831bdb96a905d122329b6474392d65..0876ec61284ba66a831dbe0f10f5bd813793eb9c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
 Changes with Apache 2.0.37
 
+  *) If content-encoding is already present, do not run deflate (PR 9222)
+     [Kazuhisa ASADA <kaz@asada.sytes.net>]
+
   *) The APLOG_NOERRNO flag to ap_log_[r]error() is now deprecated.
      It is currently ignored and it will be removed in a future release
      of Apache.  [Jeff Trawick]