From: Yann Ylavic Date: Fri, 16 Feb 2018 16:44:02 +0000 (+0000) Subject: More comment. X-Git-Tag: 2.4.30~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a416c1ecdb05f7633b464995ed8afadee016006;p=thirdparty%2Fapache%2Fhttpd.git More comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824531 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index bfc75d0f53f..a6dfc09da65 100644 --- a/STATUS +++ b/STATUS @@ -152,6 +152,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: minfrin: Keeping mpm_fdqueue.h private makes it hard for people to fork event and worker and make their own mpms. Can we make this public? 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). *) mpm_event: Do lingering close in worker(s). trunk patch: http://svn.apache.org/r1823047