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
It would be nice to implement php-http/async-client-implementation
The text was updated successfully, but these errors were encountered:
This could be added to HttplugClient I suppose. We have all the code infrastructure, so it's "just" a matter of writing the implementation :)
HttplugClient
Help wanted.
Sorry, something went wrong.
Could be of interest: getsentry/sentry-php#878 (comment)
I see some implementation (like Curl one from Httplug) that do not start the request when calling sendAsyncRequest. What should we do with this one?
sendAsyncRequest
IMHO it's better to start the request ASAP but not sure it fits with the specifications.
I crafted a PR for this feature. I really want some reviews or someone to test this for me.
#33743
1998814
Successfully merging a pull request may close this issue.
It would be nice to implement php-http/async-client-implementation
The text was updated successfully, but these errors were encountered: