]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
libcurl-errors.3: add CURLM_ABORTED_BY_CALLBACK
authorDaniel Stenberg <daniel@haxx.se>
Wed, 8 Dec 2021 14:01:33 +0000 (15:01 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Dec 2021 09:21:36 +0000 (10:21 +0100)
Follow-up to #8089 (2b3dd01)

Closes #8116

docs/libcurl/libcurl-errors.3

index ab304132763b8b2d46282e2fd25ee4c62149e431..6196e8edf53975190f4e3c33a8bdcd48bf68b388 100644 (file)
@@ -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.