Mailing List Archive

svn propchange: r1902858 - svn:log
Author: ylavic
Revision: 1902858
Modified property: svn:log

Modified: svn:log at Tue Jul 19 16:28:06 2022
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Jul 19 16:28:06 2022
@@ -1,6 +1,6 @@
-util_cpre: Follow up to r1902731: Simplify thread pool allocation.
+util_pcre: Follow up to r1902731: Simplify thread pool allocations.

-We don't need to over-allocate pool/heap buffers and handle the (used) size,
+We don't need to over-allocate pool buffers and handle the (used) size,
let apr_palloc() do this exact work for us.

That way we only need an AP_THREAD_LOCAL pool with no buffer tracking, simpler.