You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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!
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.
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
The text was updated successfully, but these errors were encountered: