-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
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
HTTP/2 support #86
Comments
👍 |
There have been a couple of requests for this, and there was some interest in doing this for GSoC. I wanted to quickly add some notes that may be helpful in the future for someone that wants to implement HTTP/2 in waitress, as well as expectations I have for what that implementation looks like, and what I'd like to see if this were to be implemented for waitress.
I am sure there is more, first things first is enabling full SSL support in waitress, as well as the negotiation support being available to negotiate for HTTP2 in SSL. |
https://python-hyper.org/h2/en/stable/ is probably the leading candidate here for a waitress dependency. |
What is Cloudflare's Link ??
I'm learning about the implementation of WSGI from Is it right start ?? or should I be starting by learning implementation of using h2 |
Newer link for h2: https://github.com/python-hyper/h2 |
any updates on this ? |
Just pulled from the spec readme:
Sounds awesome. Is it doable for waitress?
The text was updated successfully, but these errors were encountered: