-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 #320
Comments
i have a lot of experience with frame based protocols on top of aiohttp, but thats require a lot of time for implementation. also i'm very concerned about any feature that is not being developed for production use. |
Yes, I'm fully agree with you: as I said in the first line of my issue, it isn't my priority because it isn't production ready yet. |
In the event that you do start caring, you may find Hyper-h2 to be useful for this. |
And you got prior art a aio wrapper for inspiration : https://aioh2.readthedocs.org/en/latest/readme.html |
if anyone wants to work on http2 please open new ticket |
HTTP/2 support isn't our priority for now, at least for me.
Nevertheless, for your information, some people works on HTTP/2 support in CPython: http://bugs.python.org/issue23794
The text was updated successfully, but these errors were encountered: