From: Daniel Stenberg Date: Tue, 5 Dec 2006 13:20:28 +0000 (+0000) Subject: fixed in CVS X-Git-Tag: upstream/7.37.1~9750 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2336d010ef98220e676f545e7a712b40e33dac86;p=platform%2Fupstream%2Fcurl.git fixed in CVS --- diff --git a/docs/TODO b/docs/TODO index f53c396..0dc7ce0 100644 --- a/docs/TODO +++ b/docs/TODO @@ -43,10 +43,6 @@ TODO powered libcurl the default build (which of course would require that we'd bundle the c-ares source code in the libcurl source code releases). - * Support CONNECT 407 responses that kill the connection and expect the - client to reconnect to complete the authentication. Currently libcurl - assumes that a proxy connection will be kept alive. - * Make the curl/*.h headers include the proper system includes based on what was present at the time when configure was run. Currently, the sys/select.h header is for example included by curl/multi.h only on specific platforms