Remove TODO item #164
authorFabian Keil <fk@fabiankeil.de>
Tue, 11 Jul 2023 16:02:29 +0000 (18:02 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sun, 27 Aug 2023 10:53:37 +0000 (12:53 +0200)
The PCRE2 code uses the native API as the POSIX API resulted in crashes.

TODO

diff --git a/TODO b/TODO
index 7f6fa94..7466ad0 100644 (file)
--- 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.