mirror of
https://github.com/curl/curl.git
synced 2026-05-17 12:36:19 +03:00
spell out that when running_handles is zero, there is no longer any transfers
going on
This commit is contained in:
parent
b96f11f7ec
commit
a0bbe25eef
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@ you've added to the multi handle), you know that there is one or more
|
|||
transfers less "running". You can then call \fIcurl_multi_info_read(3)\fP to
|
||||
get information about each individual completed transfer, and that returned
|
||||
info includes CURLcode and more.
|
||||
|
||||
When \fIrunning_handles\fP is set to zero (0) on the return of this function,
|
||||
there is no longer any transfers in progress.
|
||||
.SH "RETURN VALUE"
|
||||
CURLMcode type, general libcurl multi interface error code.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue