]> granicus.if.org Git - apache/commitdiff
high latency chat via STATUS
authorEric Covener <covener@apache.org>
Sun, 19 Apr 2015 18:24:30 +0000 (18:24 +0000)
committerEric Covener <covener@apache.org>
Sun, 19 Apr 2015 18:24:30 +0000 (18:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1674664 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 51900f1f947b6354d943cab878a342c994900fdf..7f376159de515fbf724722dfa60a3a80091f676d 100644 (file)
--- 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