diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-12-08 15:01:33 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-12-09 10:21:36 +0100 |
commit | e067f46c4d85f379221f4054ebbca8abb1d6f220 (patch) | |
tree | ee054db2abb63154c9cc774b672a53c7564c14af /docs/libcurl | |
parent | 8d8f384f32c575f44f0d31020ca9a5378d460852 (diff) | |
download | curl-e067f46c4d85f379221f4054ebbca8abb1d6f220.tar.gz |
libcurl-errors.3: add CURLM_ABORTED_BY_CALLBACK
Follow-up to #8089 (2b3dd01)
Closes #8116
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/libcurl-errors.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3 index ab3041327..6196e8edf 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. |