Commit 04f8c3d4 authored by Yann Ylavic's avatar Yann Ylavic
Browse files

More comment.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824531 13f79535-47bb-0310-9956-ffa450edef68
parent ec530f25
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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