diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-03-28 10:59:39 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-03-28 10:59:39 +0200 |
commit | 768f18f44245d3f3b34adbfe75c6593e2b6974ff (patch) | |
tree | 65794dc1a815d83621acb37981f3bcf46e29cd9a | |
parent | ccfa8407a6742fbd38d0ada40cb8392692a0a805 (diff) |
TODO: 2.5 Edge-triggered sockets should work
-rw-r--r-- | docs/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -38,6 +38,7 @@ 2.2 Better support for same name resolves 2.3 Non-blocking curl_multi_remove_handle() 2.4 Split connect and authentication process + 2.5 Edge-triggered sockets should work 3. Documentation 3.1 Update date and version in man pages @@ -337,6 +338,12 @@ phase. As such any failures during authentication won't trigger the relevant QUIT or LOGOFF for protocols such as IMAP, POP3 and SMTP. +2.5 Edge-triggered sockets should work + + The multi_socket API should work with edge-triggered socket events. One of + the internal actions that need to be improved for this to work perfectly is + the 'maxloops' handling in transfer.c:readwrite_data(). + 3. Documentation 3.1 Update date and version in man pages |