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 --- tests/data/test1538 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/data/test1538') diff --git a/tests/data/test1538 b/tests/data/test1538 index 36f53040b..3b22ebc27 100644 --- a/tests/data/test1538 +++ b/tests/data/test1538 @@ -139,7 +139,8 @@ m5: Invalid socket argument m6: Unknown option m7: The easy handle is already added to a multi handle m8: API function called from within callback -m9: Unknown error +m9: Wakeup is unavailable or failed +m10: Unknown error s0: No error s1: Unknown share option s2: Share currently in use -- cgit v1.2.3