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 2016/12/16 00:10:41 UTC

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

Author: ylavic
Date: Fri Dec 16 00:10:40 2016
New Revision: 1774544

URL: http://svn.apache.org/viewvc?rev=1774544&view=rev
Log:
Propose.

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=1774544&r1=1774543&r2=1774544&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Dec 16 00:10:40 2016
@@ -142,6 +142,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      ylavic: reverted, see discussion on dev@ and r1774538 if you still
              think a backport is necessary.
 
+  *) event: close a race condition where we might re-enable listeners while they
+     are already or about to be closed.
+     trunk patch: http://svn.apache.org/r1774541
+     2.4.x patch: trunk works
+     +1: ylavic
+
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entried should be added at the START of the list ]
 



Re: svn commit: r1774544 - /httpd/httpd/branches/2.4.x/STATUS

Posted by Yann Ylavic <yl...@gmail.com>.
On Fri, Dec 16, 2016 at 1:10 AM,  <yl...@apache.org> wrote:
> Author: ylavic
> Date: Fri Dec 16 00:10:40 2016
> New Revision: 1774544
>
> URL: http://svn.apache.org/viewvc?rev=1774544&view=rev
> Log:
> Propose.
>
> 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=1774544&r1=1774543&r2=1774544&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.4.x/STATUS (original)
> +++ httpd/httpd/branches/2.4.x/STATUS Fri Dec 16 00:10:40 2016
> @@ -142,6 +142,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
>       ylavic: reverted, see discussion on dev@ and r1774538 if you still
>               think a backport is necessary.
>
> +  *) event: close a race condition where we might re-enable listeners while they
> +     are already or about to be closed.
> +     trunk patch: http://svn.apache.org/r1774541
> +     2.4.x patch: trunk works
> +     +1: ylavic

While at it...

But this has never bitten us or been noticed, so not necessarily
2.4.24 material.