From: Eric Covener Date: Sun, 19 Apr 2015 18:24:30 +0000 (+0000) Subject: high latency chat via STATUS X-Git-Tag: 2.4.13~183 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=501ac6ada49455e22b3b77c879559f3713348fdf;p=apache high latency chat via STATUS git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1674664 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 51900f1f94..7f376159de 100644 --- a/STATUS +++ b/STATUS @@ -282,6 +282,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 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? + covener: IIUC, currently event cannot insert two timer_event_t's that would fire at the + same apr_time_t because the compare function would return 0 and insert_compare + wouldn't let the duplicate in. post-patch, only two timer_event_t's with the same + address are equals. *) mod_authz_core: Allow "Require expr" to work when the expression is quoted, as in an example in the doc. PR 56235