]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
No objection, ready to backport, but a source comment was requested
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 7 Oct 2010 19:01:51 +0000 (19:01 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 7 Oct 2010 19:01:51 +0000 (19:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1005576 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8f70385116e7e7388d6182fe7693d3535ff0a616..826f9231dc67ac4b0722f87f0b026048b7b70c81 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -87,6 +87,21 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  * prefork MPM: Run cleanups for final request when process exits gracefully.
+    PR: 43857
+    Trunk patch: http://svn.apache.org/viewvc?rev=943650&view=rev
+    2.2.x patch: Trunk patch works
+    (on hold) +1: trawick, rjung, wrowe
+    jorton points out that the problem symptom was probably the reslist
+    issue, which may have a better fix; also, this change could hide 
+    other problems:
+      http://www.mail-archive.com/dev@apr.apache.org/msg23090.html
+    wrowe adds that the pre_cleanup registration is not in apr-util 1.3, it was
+    never backported, and that if this patch works, it's probably the best solve
+    for legacy 2.2.
+    jorton's requested footnotes for backport are at
+      http://mail-archives.apache.org/mod_mbox/httpd-dev/201010.mbox/%3C20101007095048.GA5423@redhat.com%3E
+      [/NOT/i redundant]
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -131,19 +146,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     combined 2.2.x patch: http://people.apache.org/~sf/mod_reqtimeout-2.2.x-v3.diff
     +1: sf
 
-  * prefork MPM: Run cleanups for final request when process exits gracefully.
-    PR: 43857
-    Trunk patch: http://svn.apache.org/viewvc?rev=943650&view=rev
-    2.2.x patch: Trunk patch works
-    (on hold) +1: trawick, rjung, wrowe
-    jorton points out that the problem symptom was probably the reslist
-    issue, which may have a better fix; also, this change could hide 
-    other problems:
-      http://www.mail-archive.com/dev@apr.apache.org/msg23090.html
-    wrowe adds that the pre_cleanup registration is not in apr-util 1.3, it was
-    never backported, and that if this patch works, it's probably the best solve
-    for legacy 2.2.
-
   * mod_disk_cache: Decline the opportunity to cache if the response is
     a 206 Partial Content. This stops a reverse proxied partial response
     from becoming cached, and then being served in subsequent responses.