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

HTTP2 support #10185

Closed
1 task done
tob123 opened this issue Dec 19, 2024 · 2 comments
Closed
1 task done

HTTP2 support #10185

tob123 opened this issue Dec 19, 2024 · 2 comments

Comments

@tob123
Copy link

tob123 commented Dec 19, 2024

Is your feature request related to a problem?

http1.1 is inefficient and slow in case of tls and large requests

Describe the solution you'd like

support for h2 / http2

Describe alternatives you've considered

use a different python module: httpx

Related component

Client

Additional context

it looks like http3 support is in progress here: #5999 (?). but this feature request is from 2021 so not sure whether it is still alive.
then there was a http2 support ticket here: #5631
but it was closed ?
note: support for http2 is there on many webservers now (compared to 2021 / 2022). so my thought was give this another bump..

Code of Conduct

  • I agree to follow the aio-libs Code of Conduct
@asvetlov
Copy link
Member

Thanks for raising the question.
No, there is no is-progress work on http2 AFAIK.
The request is waiting for the champion, and it is not a low hanging fruit!

@Dreamsorcerer
Copy link
Member

it looks like http3 support is in progress here: #5999 (?). but this feature request is from 2021 so not sure whether it is still alive.

Nobody has volunteered to work on it, so it hasn't been started. The discussion is around HTTP/2 as well, I've updated the title there and will close this as a duplicate.

If you really want it, feel free to start working on a solution. But, I doubt you'll see a big difference in performance.

@Dreamsorcerer Dreamsorcerer closed this as not planned Won't fix, can't repro, duplicate, stale Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants