From f3c35e371cc70f1b6bc33f7faa904d37d1567eb3 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sun, 17 Nov 2019 15:12:15 +0100 Subject: multi: add curl_multi_wakeup() This commit adds curl_multi_wakeup() which was previously in the TODO list under the curl_multi_unblock name. On some platforms and with some configurations this feature might not be available or can fail, in these cases a new error code (CURLM_WAKEUP_FAILURE) is returned from curl_multi_wakeup(). Fixes #4418 Closes #4608 --- docs/TODO | 8 -------- 1 file changed, 8 deletions(-) (limited to 'docs/TODO') diff --git a/docs/TODO b/docs/TODO index 46b015c02..e75c1647b 100644 --- a/docs/TODO +++ b/docs/TODO @@ -51,7 +51,6 @@ 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 @@ -448,13 +447,6 @@ 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 -- cgit v1.2.3