mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
libcurl-errors.3: add CURLM_ABORTED_BY_CALLBACK
Follow-up to #8089 (2b3dd01
)
Closes #8116
This commit is contained in:
parent
8d8f384f32
commit
e067f46c4d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user