]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove proposal, fix is already backported (r574884) but has
authorDavi Arnaut <davi@apache.org>
Fri, 16 Nov 2007 20:34:22 +0000 (20:34 +0000)
committerDavi Arnaut <davi@apache.org>
Fri, 16 Nov 2007 20:34:22 +0000 (20:34 +0000)
no CHANGES entry.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@595813 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 650573473f17b435ae4db76822312487cdc4cdee..119f74a8396cf5a967e3fb9d5cf69dd814fa9a2a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -241,19 +241,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          Trunk version of patch works
       +1: rpluem, trawick
 
-
-   * mod_ssl: Don't use the pconf pool for allocating memory pointed by
-     a local static variable. PR 43865.
-     trunk:
-         http://svn.apache.org/viewvc?view=rev&revision=591384
-     2.2.x:
-        Trunk patch has a simple conflict due to name change of
-        a optional function variable, refreshed patch:
-        http://people.apache.org/~davi/ssl_engine_var_safe.patch
-     +1: davii, rpluem
-     rpluem says: I am +1 for the patch itself, but please add a CHANGES
-     entry for it as it fixes a PR.
-
    * core: Avoid some unexpected connection closes by telling the client
      that the connection is not persistent if the MPM process handling
      the request is already exiting when the response header is built.