diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-03-10 20:43:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-03-10 20:43:59 +0000 |
commit | 957b618fdcd4efe77623a863f091b2def53dadec (patch) | |
tree | aa6837d4913f11c49f5d2281653063b76047f941 | |
parent | ebe5191b631a093fb9ad37b778d51b39d86c1966 (diff) |
clarify
-rw-r--r-- | docs/libcurl/curl_multi_remove_handle.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/libcurl/curl_multi_remove_handle.3 b/docs/libcurl/curl_multi_remove_handle.3 index 7739f8c77..f905b54e8 100644 --- a/docs/libcurl/curl_multi_remove_handle.3 +++ b/docs/libcurl/curl_multi_remove_handle.3 @@ -14,6 +14,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. .SH RETURN VALUE CURLMcode type, general libcurl multi interface error code. .SH "SEE ALSO" |