You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2018/02/16 16:41:00 UTC

svn commit: r1824530 - /httpd/httpd/branches/2.4.x/STATUS

Author: ylavic
Date: Fri Feb 16 16:41:00 2018
New Revision: 1824530

URL: http://svn.apache.org/viewvc?rev=1824530&view=rev
Log:
Comment.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1824530&r1=1824529&r2=1824530&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Feb 16 16:41:00 2018
@@ -151,6 +151,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      ylavic: re MMN, the API is private, so no bump (supposedly).
      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).
 
   *) mpm_event: Do lingering close in worker(s).
      trunk patch: http://svn.apache.org/r1823047