summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-12-10 22:14:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-12-10 22:14:17 +0000
commitb4113360f6401af200505f8df8203619a380c80a (patch)
tree0deddfdf6d9cc9d5305e26f35060208324d5d85d
parent2d71e22f086d05b4d165c338af5f91995fbd6cca (diff)
downloadcurl-b4113360f6401af200505f8df8203619a380c80a.tar.gz
use c-ares' IPv6 abilities
fix CONNECT to a proxy that disconnects during the auth phase
-rw-r--r--docs/TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 31ff00863..56bd0879d 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -43,6 +43,16 @@ TODO
* Add option that changes the interval in which the progress callback is
called at most.
+ * Make libcurl built with c-ares use c-ares' IPv6 abilities. They weren't
+ present when we first added c-ares support but they have been added since!
+ When this is done and works, we can actually start considering making c-ares
+ 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.
+
LIBCURL - multi interface
* Add a curl_multi_fdset() alternative. this allows apps to avoid the