]> granicus.if.org Git - curl/commitdiff
clarified after chat in #curl
authorDaniel Stenberg <daniel@haxx.se>
Tue, 7 Apr 2009 20:51:01 +0000 (20:51 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 7 Apr 2009 20:51:01 +0000 (20:51 +0000)
docs/libcurl/curl_multi_remove_handle.3

index f905b54e8436520e446863456fcb8b18e4110125..45a77ffc9def4be06b327051f40c49fc356679cb 100644 (file)
@@ -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"