diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-21 13:18:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-21 13:18:36 +0000 |
commit | 5ec4501b9d47d23b95f5e5a6da0627df9230290e (patch) | |
tree | 69ff0176248c401a4dca6e2479156a11ee7a3be9 /TODO-RELEASE | |
parent | e80f566a1489401f04e3ed1a08ccb456cf778954 (diff) | |
download | curl-5ec4501b9d47d23b95f5e5a6da0627df9230290e.tar.gz |
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-RELEASE | 3 |
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) |