Skip to content
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

Closed
ludovic-gasc opened this issue Apr 13, 2015 · 6 comments
Closed

HTTP/2 support #320

ludovic-gasc opened this issue Apr 13, 2015 · 6 comments
Labels

Comments

@ludovic-gasc
Copy link
Contributor

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

@fafhrd91
Copy link
Member

http.client architecture is quite pure, i used it in very first implementation of tulip.http,
i'm not sure we can use any of http.client code in aiohttp.

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.

@ludovic-gasc
Copy link
Contributor Author

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.

@Lukasa
Copy link

Lukasa commented Oct 24, 2015

In the event that you do start caring, you may find Hyper-h2 to be useful for this.

@sametmax
Copy link

sametmax commented Feb 7, 2016

And you got prior art a aio wrapper for inspiration : https://aioh2.readthedocs.org/en/latest/readme.html

@fafhrd91
Copy link
Member

fafhrd91 commented Feb 9, 2017

if anyone wants to work on http2 please open new ticket

@lock
Copy link

lock bot commented Oct 29, 2019

This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.

If you feel like there's important points made in this discussion,
please include those exceprts into that new issue.

@lock lock bot added the outdated label Oct 29, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants