From: Fabian Keil Date: Mon, 21 Apr 2014 12:04:40 +0000 (+0000) Subject: Add #121: Add HTTP/2 support X-Git-Tag: v_3_0_22~178 X-Git-Url: http://www.privoxy.org/gitweb/%40user-manual%40%40helplink%40SET-IMAGE-BLOCKER?a=commitdiff_plain;h=e20771a3eb8af10185a846be5c208cd61f59df85;p=privoxy.git Add #121: Add HTTP/2 support --- diff --git a/TODO b/TODO index 0aee22d2..5aa99ef5 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.94 2014/02/02 12:03:50 fabiankeil Exp $ +$Id: TODO,v 1.95 2014/02/10 14:38:45 fabiankeil Exp $ Some Privoxy-related tasks, sorted by the time they have been added, not by priority. @@ -341,3 +341,7 @@ http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/current/TODO On some platforms the recursion limit doesn't prevent pcre from 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 + should be translated to outgoing HTTP/2 requests where possible + (and if desired by the user).