mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:47:28 +03:00
clarified after chat in #curl
This commit is contained in:
parent
7c1fecc94a
commit
28cc9dd331
1 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue