We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl_multi_init
I can see this code only support for the single threaded curl call https://github.com/laminas/laminas-http/blob/2.20.x/src/Client/Adapter/Curl.php#L262
But how one should can work with curl multi. Is there any plan to implement for the same in nearest feature ?
The text was updated successfully, but these errors were encountered:
This package is considered feature-complete, and is now in security-only maintenance mode, following a decision by the Technical Steering Committee. If you have a security issue, please follow our security reporting guidelines. If you wish to take on the role of maintainer, please nominate yourself
You can continue using laminas/laminas-http safely. Its successor will be PSR-7 in a later revision of laminas/laminas-mvc.
Sorry, something went wrong.
No branches or pull requests
Feature Request
Summary
I can see this code only support for the single threaded curl call https://github.com/laminas/laminas-http/blob/2.20.x/src/Client/Adapter/Curl.php#L262
But how one should can work with curl multi. Is there any plan to implement for the same in nearest feature ?
The text was updated successfully, but these errors were encountered: