aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_multi_perform.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-12-03 12:40:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-12-03 12:40:12 +0000
commitb097c2cfb0b64eb04bb45ef84a7fece187d49129 (patch)
treee698983edb417041e330ecafbd8c1e642a76c112 /docs/libcurl/curl_multi_perform.3
parenta39cdc80b7ed6d98612a718e7eec63bb44a4a46b (diff)
clarified
Diffstat (limited to 'docs/libcurl/curl_multi_perform.3')
-rw-r--r--docs/libcurl/curl_multi_perform.36
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/libcurl/curl_multi_perform.3 b/docs/libcurl/curl_multi_perform.3
index a722856bb..5b54fea8d 100644
--- a/docs/libcurl/curl_multi_perform.3
+++ b/docs/libcurl/curl_multi_perform.3
@@ -19,6 +19,12 @@ integer-pointer.
.SH "RETURN VALUE"
CURLMcode type, general libcurl multi interface error code.
+If you receive \fICURLM_CALL_MULTI_PERFORM\fP, this basicly means that you
+should call \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".
+
NOTE that this only returns errors etc regarding the whole multi stack. There
might still have occurred problems on invidual transfers even when this
function returns OK.