summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2011-05-06 16:26:09 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2011-05-06 16:26:09 +0000
commit5aa83f52744b7ac8076c64e61b90f4ebc83cb876 (patch)
tree5e8393d3cea30d8c64fdcd2ab706239c9815ce4d
parentf4286c21a96d407a4c9d5d31f262808830f8f176 (diff)
downloadhttpd-5aa83f52744b7ac8076c64e61b90f4ebc83cb876.tar.gz
Revert unreviewed status item with insufficient explanation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100264 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS6
1 files changed, 0 insertions, 6 deletions
diff --git a/STATUS b/STATUS
index 9206368f7e..6f1793d4cb 100644
--- a/STATUS
+++ b/STATUS
@@ -95,12 +95,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
-
* mod_cache: Realign the cache_quick_handler() to behave identically
to the default_handler() when reacting to errors when writing to the
filter stack. Stops APR errors appearing in access_log as result codes.