Search Results
curl_multi_info_read - read multi stack info Related: easy options getinfo options multi options Symbols File a bug about this page View man page source
Get information about the current transfers
WARNING: The data the returned pointer points to does not survive calling curl_multi_cleanup (3), curl_multi_remove_handle (3) or curl_easy_cleanup (3). The CURLMsg struct is simple and only contains basic information.
Feb 27, 2026 · Learn how to use Curl_Multi_Info_Read function in libcurl with this user manual. Get specifications, usage instructions, and FAQs for curl_multi_info_read.
curl_multi_info_read — Get information about the current transfers
It instead returns new messages at each new invoke until the queue is emptied. WARNING: The data the returned pointer points to does not survive calling curl_multi_cleanup (3), curl_multi_remove_handle (3) or curl_easy_cleanup (3). The CURLMsg struct is simple and only contains basic information.
People also ask
What is curl_multi_info_read?
What is a curlmsg struct?
Does curl_multi_info_read() work in PHP?
What does curlmsg_done mean?
Dec 8, 2009 · cURL libcurl C API libcurl curl_multi_info_read.3 -- man page NAME curl_multi_info_read - read multi stack informationals SYNOPSIS #include <curl/curl.h> CURLMsg *curl_multi_info_read ( CURLM *multi_handle, int *msgs_in_queue); DESCRIPTION Ask the multi handle if there are any messages/informationals from the individual transfers.
