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
With hyper we either can have no protocol upgrades (bad) or the IO streams need to be 'static (also bad) ☹️ 1
'static
It might be worth building or own implementation.
The text was updated successfully, but these errors were encountered:
Apparently you can do protocol upgrades (with http1) using poll_without_shutdown.
poll_without_shutdown
There are other reasons a custom HTTP implementation could be preferable. Obviously implementing HTTP (and especially HTTP/2) is a lot of work 🤔
Sorry, something went wrong.
We're not going to write a custom HTTP impl lol
jgraef
No branches or pull requests
With hyper we either can have no protocol upgrades (bad) or the IO streams need to be☹️ 1
'static
(also bad)It might be worth building or own implementation.
The text was updated successfully, but these errors were encountered: