aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_multi_info_read.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-10-08 21:41:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-10-08 21:41:22 +0000
commit77db81d661435a0b026ec6b16c35bd398ee1056e (patch)
tree4b3713909ef65f78cd087003b5f3399816824edf /docs/libcurl/curl_multi_info_read.3
parent2ad7fcbc2fdaab3c544dea037d2e451a255ef6a8 (diff)
clarified more
Diffstat (limited to 'docs/libcurl/curl_multi_info_read.3')
-rw-r--r--docs/libcurl/curl_multi_info_read.35
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/libcurl/curl_multi_info_read.3 b/docs/libcurl/curl_multi_info_read.3
index 5bd934a7c..018310ea8 100644
--- a/docs/libcurl/curl_multi_info_read.3
+++ b/docs/libcurl/curl_multi_info_read.3
@@ -20,6 +20,11 @@ NULL is returned as a signal that there is no more to get at this point. The
integer pointed to with \fImsgs_in_queue\fP will contain the number of
remaining messages after this function was called.
+When you fetch a message using this function, it is removed from the internal
+queue so calling this function again will not return the same message
+again. It will instead return new messages at each new invoke until the queue
+is emptied.
+
The data the returned pointer points to will not survive calling
\fIcurl_multi_cleanup(3)\fP or \fIcurl_multi_remove_handle(3)\fP.