From 3e1caa61859a6057a65eb7c1585d47e05026c4f2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 24 Nov 2004 16:11:35 +0000 Subject: HTTP "auth done right". See lib/README.httpauth --- docs/TODO | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/TODO') 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 -- cgit v1.2.3