Reduce the time window where duplicates may be generated by mod_uniqueid

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892915 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christophe Jaillet
2021-09-05 05:58:57 +00:00
parent 8fc481e28a
commit 0df673fcce
2 changed files with 9 additions and 7 deletions

View File

@ -0,0 +1,3 @@
*) mod_unique_id: Reduce the time window where duplicates may be generated
PR 65159
[Christophe Jaillet]