From: Daniel Stenberg Date: Wed, 8 Dec 2021 14:01:33 +0000 (+0100) Subject: libcurl-errors.3: add CURLM_ABORTED_BY_CALLBACK X-Git-Tag: curl-7_81_0~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e067f46c4d85f379221f4054ebbca8abb1d6f220;p=thirdparty%2Fcurl.git libcurl-errors.3: add CURLM_ABORTED_BY_CALLBACK Follow-up to #8089 (2b3dd01) Closes #8116 --- diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3 index ab30413276..6196e8edf5 100644 --- a/docs/libcurl/libcurl-errors.3 +++ b/docs/libcurl/libcurl-errors.3 @@ -307,6 +307,8 @@ An API function was called from inside a callback. Wakeup is unavailable or failed. .IP "CURLM_BAD_FUNCTION_ARGUMENT (10)" A function was called with a bad parameter. +.IP "CURLM_ABORTED_BY_CALLBACK (11)" +A multi handle callback returned error. .SH "CURLSHcode" The "share" interface will return a CURLSHcode to indicate when an error has occurred. Also consider \fIcurl_share_strerror(3)\fP.