]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1897240: CHANGES entry.
authorYann Ylavic <ylavic@apache.org>
Thu, 20 Jan 2022 11:37:16 +0000 (11:37 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 20 Jan 2022 11:37:16 +0000 (11:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897242 13f79535-47bb-0310-9956-ffa450edef68

changes-entries/ap_regex_thread_local.txt [new file with mode: 0644]

diff --git a/changes-entries/ap_regex_thread_local.txt b/changes-entries/ap_regex_thread_local.txt
new file mode 100644 (file)
index 0000000..253d386
--- /dev/null
@@ -0,0 +1,2 @@
+  *) ap_regex: Use Thread Local Storage (TLS) to recycle ap_regexec() buffers
+     when an efficient TLS implementation is available. [Yann Ylavic]