X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=TODO;h=fbc5dc03df9df0ecd91c7bd5a2b269ca09aecf1e;hp=b5d5f2fff22b4c8bf2b9f10da8c5396ec8f488a8;hb=451adf5e77554240efa778fc2e52e5d5b52c2059;hpb=0eb832922b1d6453f8fc4d0445369d9d7e5babde diff --git a/TODO b/TODO index b5d5f2ff..fbc5dc03 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.164 2017/05/20 09:27:17 fabiankeil Exp $ +$Id: TODO,v 1.165 2017/05/29 10:40:28 fabiankeil Exp $ Some Privoxy-related tasks, sorted by the time they have been added, not by priority. @@ -348,7 +348,7 @@ http://www.privoxy.org/faq/general.html#DONATE running out of stack space, causing the kernel to kill Privoxy ungracefully. -121) Add HTTP/2 support. As a first step, incomming HTTP/1.x requests +121) Add HTTP/2 support. As a first step, incoming HTTP/1.x requests should be translated to outgoing HTTP/2 requests where possible (and if desired by the user). Interested donors: 1. @@ -466,8 +466,6 @@ http://www.privoxy.org/faq/general.html#DONATE to the one used for ftp. Motivation: https://lists.privoxy.org/pipermail/privoxy-users/2017-March/000195.html -157) Add a directive to control the currently hardcoded receive-buffer size. - 158) Use a single thread to wait for new requests on reused client connections. Currently the thread that handles the first request on a connection stays responsible for the client connect until it gets closed.