From: Jim Jagielski Date: Sun, 19 Apr 2015 18:10:06 +0000 (+0000) Subject: comment/question X-Git-Tag: 2.4.13~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=357f76db7059cef0e5ea8b6bfcc1cf9d4395e18b;p=apache comment/question git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1674662 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 09e013b038..6c82a15351 100644 --- a/STATUS +++ b/STATUS @@ -272,6 +272,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: details). Hence I'm moving this backport back to proposals, it is IMO the right fix to not lose timers registered in the same micro- second (in MPM event). + jim: As I see it, the current code in Event does work as expected. The + above simply adds some checks, does it not? As far as the logic + is concerned, what exists and what is proposed does the exact + same thing, doesn't it? *) mod_authz_core: Allow "Require expr" to work when the expression is quoted, as in an example in the doc. PR 56235