]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
remove two recently backported items
authorEric Covener <covener@apache.org>
Sat, 1 Nov 2014 17:59:42 +0000 (17:59 +0000)
committerEric Covener <covener@apache.org>
Sat, 1 Nov 2014 17:59:42 +0000 (17:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1636004 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index ce9b217a5bec8e77348a3e40591e6dbb89b0dfb2..5887a54d08fe70945242ce0a1b6e508a2cca3d87 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -14,12 +14,6 @@ Changes with Apache 2.5.0
   *) mod_buffer: Forward flushed input data immediatly and avoid (unlikely)
      access to freed memory. [Yann Ylavic, Christophe Jaillet]
 
-  *) mod_proxy_connect: Fix ProxyRemote to https:// backends on EBCDIC 
-     systems. PR 57092 [Edward Lu <Chaosed0 gmail.com>]
-
-  *) mod_cache: Avoid a 304 response to an unconditional requst when an AH00752
-     CacheLock error occurs during cache revalidation. [Eric Covener]
-     
   *) mod_proxy: Use the correct server name for SNI in case the backend
      SSL connection itself is established via a proxy server.
      PR 57139 [Szabolcs Gyurko <szabolcs gyurko.org>]