aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-24 16:11:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-24 16:11:35 +0000
commit3e1caa61859a6057a65eb7c1585d47e05026c4f2 (patch)
tree3c1aed832eaf3cd917a90d8c8558106f8ea40ec5 /docs/TODO
parent50eafb7668de871451ae556e5405f5ab01c937ff (diff)
HTTP "auth done right". See lib/README.httpauth
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 94507ea98..888b9d371 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -38,6 +38,11 @@ TODO
LIBCURL - multi interface
+ * Add a curl_multi_fdset() alternative that returns only two arrays with file
+ desrciptors for reading and writing to allow the app to use whatever
+ function it prefers. Plus, this allows apps to avoid the FD_SETSIZE problem
+ with select().
+
* Add curl_multi_timeout() to make libcurl's ares-functionality better.
* Make sure we don't ever loop because of non-blocking sockets return