]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
this was proposed at the top of the backport list
authorEric Covener <covener@apache.org>
Fri, 11 Feb 2011 13:50:39 +0000 (13:50 +0000)
committerEric Covener <covener@apache.org>
Fri, 11 Feb 2011 13:50:39 +0000 (13:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1069798 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5d59fe63cd04ee80a2b57bff84178d443de5fd6a..9ee4c8b3457163908cebc8fff31a2239a36d8526 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -105,13 +105,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
- * mpm worker/mpm event: Revert an old (~10yr) change to the fd Q; move back to
-   FIFO rather than LIFO, for more consistent performance
-   so that older requests don't suffer
-   Trunk patch (applies for worker): http://svn.apache.org/viewvc?view=revision&revision=1064269
-   2.2.x patch (for event): http://people.apache.org/~igalic/patches/event-mpm-fdqueue.patch
-
-
  * unixd: set suexec_enabled correctly when httpd is run by non-root
    PR 42175
    Trunk Patch: http://cvs.apache.org/viewvc?view=rev&revision=791337
@@ -195,6 +188,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.2.x patch: http://people.apache.org/~fuankg/diffs/r422182-2.2.x.diff
      +1 fuankg, wrowe
 
+ * mpm worker/mpm event: Revert an old (~10yr) change to the fd Q; move back to
+   FIFO rather than LIFO, for more consistent performance
+   so that older requests don't suffer
+   Trunk patch (applies for worker): http://svn.apache.org/viewvc?view=revision&revision=1064269
+   2.2.x patch (for event): http://people.apache.org/~igalic/patches/event-mpm-fdqueue.patch
+
   * mod_proxy: Avoid a segfault if the notes table does not contain an
                SSL_connect_rv key.
       Trunk version of patch: