]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
The FD_SETSIZE issue is already sorted, at least internally. We still need
authorDaniel Stenberg <daniel@haxx.se>
Sun, 21 Nov 2004 13:18:36 +0000 (13:18 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 21 Nov 2004 13:18:36 +0000 (13:18 +0000)
to provide a better multi-API to allow apps to avoid select().

TODO-RELEASE

index 0750eae282a48d17a8253e645cc56c20b9f8e50a..47728310f49abdf0d5865043fc0047ebbc9a955d 100644 (file)
@@ -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)