Is there some situation that makes curl_multi_perform block?
Are there any situations that make curl_multi_perform blocked?
I am using the curl_multi interface to build an https service, but we found that the curl_multi_perform interface will block in weak network conditions.
Is there any call inside the interface that is non-asynchronous? Caused the blockage.