]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
promote && propose
authorJeff Trawick <trawick@apache.org>
Fri, 16 Nov 2007 11:26:13 +0000 (11:26 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 16 Nov 2007 11:26:13 +0000 (11:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@595629 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f940fd7cf0d73d64b1975ab15b8ff12bccb22a4b..e14a94b5f1d68c73c1067f68c63fe8a085a5d0dc 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -79,6 +79,10 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_ldap: Remove pconf usage on request processing threads, create a 
+     subpool of the per-vhost LDAP pool instead of copying a reference to it.
+         http://svn.apache.org/viewvc?view=rev&revision=591488 
+     +1: covener, rpluem, rederpj
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -242,11 +246,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          Trunk version of patch works
       +1: rpluem, trawick
 
-   * mod_ldap: Remove pconf usage on request processing threads, create a 
-     subpool of the per-vhost LDAP pool instead of copying a reference to it.
-         http://svn.apache.org/viewvc?view=rev&revision=591488 
-     +1: covener, rpluem. rederpj
-
    * mod_ldap: Don't return references into shared memory to the caller, 
      as these may expire at any time because callers don't hold
      a cache lock
@@ -269,6 +268,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      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.
+     trunk: http://svn.apache.org/viewvc?view=rev&revision=594839
+     2.2.x: trunk patch applies
+     +1: trawick
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when