From: Fabian Keil Date: Tue, 11 Jul 2023 16:02:29 +0000 (+0200) Subject: Remove TODO item #164 X-Git-Url: http://www.privoxy.org/gitweb/%40user-manual%40%40helplink%40ACTIONS-FILE?a=commitdiff_plain;h=7438adb5a23e0a9a7344c3526145098f1beb6bfb;p=privoxy.git Remove TODO item #164 The PCRE2 code uses the native API as the POSIX API resulted in crashes. --- diff --git a/TODO b/TODO index 7f6fa947..7466ad0b 100644 --- a/TODO +++ b/TODO @@ -422,10 +422,6 @@ https://www.privoxy.org/donate 163) Use subdirectories in the certificate-directory to lower the number of files per directory. -164) Evaluate switching from pcreposix(3) to pcre's native api - for URL matching which allows to compile the patterns once - at load-time. - 165) Add a max-connections-per-client directive. 167) Set up a public Privoxy-Filter-Test instance.