async-request
async-request copied to clipboard
Asynchronous cURL library for PHP with reasonable API
Results
2
async-request issues
Sort by
recently updated
recently updated
newest added
that's ok as long as it always returns CURLM_OK, which it is *supposed* to do, in lack of errors, but per https://curl.haxx.se/libcurl/c/libcurl-errors.html it can also return other values, for example:...
the old code would run the multi_handles, then wait until there was new data available on any of the sockets -or- until $timeout, and then return (and not fetch the...