clarify
authorDaniel Stenberg <daniel@haxx.se>
Mon, 10 Mar 2003 20:43:59 +0000 (20:43 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 10 Mar 2003 20:43:59 +0000 (20:43 +0000)
docs/libcurl/curl_multi_remove_handle.3

index 7739f8c..f905b54 100644 (file)
@@ -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"