curlcpp icon indicating copy to clipboard operation
curlcpp copied to clipboard

How to get response content string when using curl_multi

Open babA409866 opened this issue 2 years ago • 1 comments

urlcpp/test/multi.cpp

in this example, how can i get all the response of the urls

babA409866 avatar Apr 02 '23 17:04 babA409866

Hi @babA409866 sorry for the delay. I fixed the multi example on the svil branch (still not merged on master). Now you should be able to understand how to do it. I will release the fix in the next days.

Commit https://github.com/JosephP91/curlcpp/commit/87a6f129cb658ea523c0bddb83d9027d946f8c6a

JosephP91 avatar Apr 16 '23 17:04 JosephP91