aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_multi_remove_handle.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-04-07 20:51:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-04-07 20:51:01 +0000
commit28cc9dd3319ac5a8867939cb2bd631a73896efec (patch)
tree360e1c7b2f8dfcacf07c9a7c61871f81d6bfd72b /docs/libcurl/curl_multi_remove_handle.3
parent7c1fecc94ae75ce1cda98c8de810d72648796564 (diff)
clarified after chat in #curl
Diffstat (limited to 'docs/libcurl/curl_multi_remove_handle.3')
-rw-r--r--docs/libcurl/curl_multi_remove_handle.35
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/libcurl/curl_multi_remove_handle.3 b/docs/libcurl/curl_multi_remove_handle.3
index f905b54e8..45a77ffc9 100644
--- a/docs/libcurl/curl_multi_remove_handle.3
+++ b/docs/libcurl/curl_multi_remove_handle.3
@@ -15,8 +15,9 @@ specified easy handle be removed from this multi handle's control.
When the easy handle has been removed from a multi stack, it is again
perfectly legal to invoke \fIcurl_easy_perform()\fP on this easy handle.
-Removing a handle while being used, will effectively halt all transfers in
-progress.
+Removing an easy handle while being used, will effectively halt the transfer
+in progress involving that easy handle. All other easy handles and transfers
+will remain unaffected.
.SH RETURN VALUE
CURLMcode type, general libcurl multi interface error code.
.SH "SEE ALSO"