]> granicus.if.org Git - curl/commitdiff
spell out that when running_handles is zero, there is no longer any transfers
authorDaniel Stenberg <daniel@haxx.se>
Wed, 2 Sep 2009 14:57:05 +0000 (14:57 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 2 Sep 2009 14:57:05 +0000 (14:57 +0000)
going on

docs/libcurl/curl_multi_perform.3

index 087f464666d2fa9a0c431a3f83302885638f95fd..746ff3de0c6ebf48002804e3192006bae5da6321 100644 (file)
@@ -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.