summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-02-19 11:22:29 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-02-19 11:22:29 +0100
commit5e1b5e6936ea4fea895abbf94b261831d7ba8eff (patch)
treea3ea8fda279095e7634fda55117acbbd6eed82d9
parent942eb09e8a97b58b6ba8df280400322d201bcbd4 (diff)
downloadcurl-5e1b5e6936ea4fea895abbf94b261831d7ba8eff.tar.gz
curl_multi_remove_handle.3: use at any time, just not from within callbacks
[ci skip]
-rw-r--r--docs/libcurl/curl_multi_remove_handle.35
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/libcurl/curl_multi_remove_handle.3 b/docs/libcurl/curl_multi_remove_handle.3
index b9daae9b1..2aefd7ff0 100644
--- a/docs/libcurl/curl_multi_remove_handle.3
+++ b/docs/libcurl/curl_multi_remove_handle.3
@@ -5,7 +5,7 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
-.\" * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
.\" *
.\" * This software is licensed as described in the file COPYING, which
.\" * you should have received as part of this distribution. The terms
@@ -37,6 +37,9 @@ perfectly legal to invoke \fIcurl_easy_perform(3)\fP on this easy handle.
Removing an easy handle while being used is perfectly legal and will
effectively halt the transfer in progress involving that easy handle. All
other easy handles and transfers will remain unaffected.
+
+It is fine to remove a handle at any time during a transfer, just not from
+within any libcurl callback function.
.SH RETURN VALUE
CURLMcode type, general libcurl multi interface error code.
.SH "SEE ALSO"