aboutsummaryrefslogtreecommitdiff
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-21 13:18:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-21 13:18:36 +0000
commit5ec4501b9d47d23b95f5e5a6da0627df9230290e (patch)
tree69ff0176248c401a4dca6e2479156a11ee7a3be9 /TODO-RELEASE
parente80f566a1489401f04e3ed1a08ccb456cf778954 (diff)
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().
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r--TODO-RELEASE3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 0750eae28..47728310f 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)