diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-24 16:11:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-24 16:11:35 +0000 |
commit | 3e1caa61859a6057a65eb7c1585d47e05026c4f2 (patch) | |
tree | 3c1aed832eaf3cd917a90d8c8558106f8ea40ec5 /docs/TODO | |
parent | 50eafb7668de871451ae556e5405f5ab01c937ff (diff) |
HTTP "auth done right". See lib/README.httpauth
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |