Commit 5ec4501b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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().
parent e80f566a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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)