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 0750eae..4772831 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)