mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:43:31 +03:00
clarified
This commit is contained in:
parent
a39cdc80b7
commit
b097c2cfb0
3 changed files with 10 additions and 4 deletions
|
|
@ -72,9 +72,9 @@ timeout every now and then, should you want that.
|
|||
A little note here about the return codes from the multi functions, and
|
||||
especially the \fIcurl_multi_perform\fP: if you receive
|
||||
\fICURLM_CALL_MULTI_PERFORM\fP, this basicly means that you should call
|
||||
\fIcurlm_call_multi_perform\fP again, before you select() on more actions. You
|
||||
don't have to do it immediately, but the return code means that libcurl may
|
||||
have more data available to return or that there may be more data to send off
|
||||
\fIcurl_multi_perform\fP again, before you select() on more actions. You don't
|
||||
have to do it immediately, but the return code means that libcurl may have
|
||||
more data available to return or that there may be more data to send off
|
||||
before it is "satisfied".
|
||||
|
||||
\fIcurl_multi_perform\fP stores the number of still running transfers in one
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue