summaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-errors.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/libcurl-errors.md')
-rw-r--r--docs/libcurl/libcurl-errors.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/libcurl/libcurl-errors.md b/docs/libcurl/libcurl-errors.md
index ed2f4ca5a..773601dae 100644
--- a/docs/libcurl/libcurl-errors.md
+++ b/docs/libcurl/libcurl-errors.md
@@ -505,6 +505,12 @@ between. Before version 7.20.0 (released on February 9 2010) this could be retur
curl_multi_perform(3), but in later versions this return code is never
used.
+## CURLM_CALL_MULTI_SOCKET (-1)
+
+An alias for *CURLM_CALL_MULTI_PERFORM*. Never returned by modern libcurl
+versions.
+(Added in 7.15.5)
+
## CURLM_OK (0)
Things are fine.