diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-11-08 23:31:08 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-11-08 23:31:08 +0100 |
commit | cba52e2c2115c5acee7ef5fa31a17c4802e665d1 (patch) | |
tree | f22de141f10b16904e410776500c2ca071f402f4 | |
parent | d04ee4c82a30803828d813411a41ffd344fd70d5 (diff) |
TODO: curl_multi_unblock
Closes #4418
-rw-r--r-- | docs/TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -51,6 +51,7 @@ 2.4 Split connect and authentication process 2.5 Edge-triggered sockets should work 2.6 multi upkeep + 2.7 curl_multi_unblock 3. Documentation 3.2 Provide cmake config-file @@ -447,6 +448,13 @@ See https://github.com/curl/curl/issues/3199 +2.7 curl_multi_unblock + + A portable way to unblock curl_multi_wait from another thread. + + See https://github.com/curl/curl/issues/4418 and + https://github.com/curl/curl/wiki/curl_multi_unblock + 3. Documentation 3.2 Provide cmake config-file |