From: Daniel Stenberg Date: Sun, 21 Nov 2004 13:18:36 +0000 (+0000) Subject: The FD_SETSIZE issue is already sorted, at least internally. We still need X-Git-Tag: curl-7_12_3~176 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ec4501b9d47d23b95f5e5a6da0627df9230290e;p=thirdparty%2Fcurl.git The FD_SETSIZE issue is already sorted, at least internally. We still need to provide a better multi-API to allow apps to avoid select(). --- diff --git a/TODO-RELEASE b/TODO-RELEASE index 0750eae282..47728310f4 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -17,6 +17,3 @@ To get fixed in 7.12.3 (planned release: December 2004) To get fixed in 7.13 (planned release: March 2005) ====================== - -53 - switch to poll() instead of select() for systems that support it (to - address the FS_SETSIZE problem (API change required)