aboutsummaryrefslogtreecommitdiffstats
path: root/docs/libcurl/curl_multi_remove_handle.3
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-03-27 15:37:23 -0700
committerHaibo Huang <hhb@google.com>2019-03-27 17:05:52 -0700
commit65021c717cb61b56266f98a37e3b5fdf301eed9c (patch)
tree9753361771934a45d695227eb73f3a6411457c53 /docs/libcurl/curl_multi_remove_handle.3
parent55493b7b1e7467e4c477d77221cd4ea9bf259ae1 (diff)
downloadexternal_curl-65021c717cb61b56266f98a37e3b5fdf301eed9c.tar.gz
external_curl-65021c717cb61b56266f98a37e3b5fdf301eed9c.tar.bz2
external_curl-65021c717cb61b56266f98a37e3b5fdf301eed9c.zip
Upgrade curl to 7.64.1
Test: build Change-Id: I31c820b646e6b7ef71e5f8763071f18d8933cb28
Diffstat (limited to 'docs/libcurl/curl_multi_remove_handle.3')
-rw-r--r--docs/libcurl/curl_multi_remove_handle.37
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/libcurl/curl_multi_remove_handle.3 b/docs/libcurl/curl_multi_remove_handle.3
index a202b6dc..accb07f5 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
@@ -19,7 +19,7 @@
.\" * KIND, either express or implied.
.\" *
.\" **************************************************************************
-.TH curl_multi_remove_handle 3 "February 03, 2016" "libcurl 7.64.0" "libcurl Manual"
+.TH curl_multi_remove_handle 3 "February 19, 2019" "libcurl 7.64.1" "libcurl Manual"
.SH NAME
curl_multi_remove_handle - remove an easy handle from a multi session
@@ -38,6 +38,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"