summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2018-02-16 16:47:26 +0000
committerGraham Leggett <minfrin@apache.org>2018-02-16 16:47:26 +0000
commit4ea39df9fdabee564da8cf76d5612844c0bb74a0 (patch)
treef559423a419610975e54d341dcb8eb15206123ac
parent3a416c1ecdb05f7633b464995ed8afadee016006 (diff)
downloadhttpd-4ea39df9fdabee564da8cf76d5612844c0bb74a0.tar.gz
Update comment.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824533 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS3
1 files changed, 2 insertions, 1 deletions
diff --git a/STATUS b/STATUS
index a6dfc09da6..aa37ed43b0 100644
--- a/STATUS
+++ b/STATUS
@@ -144,7 +144,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
http://svn.apache.org/r1824381
2.4.x patch: svn merge ^/httpd/httpd/branches/2.4.x-mpm_fdqueue .
(http://home.apache.org/~ylavic/patches/httpd-2.4.x-mpm_fdqueue.patch)
- +1: ylavic, minfrin (with mmn bump for mpm_fdqueue.h)
+ +1: ylavic, minfrin
ylavic: The branch merge helps resolve move conflicts since event and
worker fdqueue.[ch] differ(ed) between 2.4.x and trunk. The patch
is provided only to help review.
@@ -154,6 +154,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
ylavic: not easier/harder than now I suppose (worker/event fqueues are private).
maybe make them public in trunk only, so that we have more time to
discuss the API (if needed).
+ minfrin: happy with that, we can backport the final API.
*) mpm_event: Do lingering close in worker(s).
trunk patch: http://svn.apache.org/r1823047