]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update mod_unique_id proposal [skip ci].
authorYann Ylavic <ylavic@apache.org>
Tue, 7 Sep 2021 02:01:46 +0000 (02:01 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 7 Sep 2021 02:01:46 +0000 (02:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1893005 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b673f441bfd0cfa55c5fcc8e2c46eda6bca50f77..252af5533788685eb2164198f9f1259c7142bced 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -194,10 +194,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: rpluem, ylavic
 
   *) mod_unique_id: Earlier request_time initialization in read_request_line(),
-     plus yet a shorter race condition on the counter.
+     plus use of an atomic counter to close the race condition.
      trunk patch: http://svn.apache.org/r1893001
                   http://svn.apache.org/r1893002
-     2.4.x patch: svn merge -c 1893001,1893002 ^/httpd/httpd/trunk .
+                  http://svn.apache.org/r1893004
+     2.4.x patch: svn merge -c 1893001,1893002,1893004 ^/httpd/httpd/trunk .
                   Reusing CHANGES entry from r1892982.
      +1: ylavic,