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/3 & QUIC support #1096

Closed
dhalucario opened this issue Jun 16, 2022 · 2 comments
Closed

HTTP/3 & QUIC support #1096

dhalucario opened this issue Jun 16, 2022 · 2 comments

Comments

@dhalucario
Copy link

dhalucario commented Jun 16, 2022

Feature Request

Motivation

IETF published HTTP/3 to the RFC as RFC 9114 and it seems to become the new internet standard. Every major browser and a good bunch of major webservers support it already.

Besides that HTTP/3 runs a lot faster based on a benchmark I have seen. Also package loss isn't as devestating as it is on HTTP/2 which is very important for mobile users.

Proposal

Implement RFC 9114.

Alternatives

None. We could ignore it.

@dhalucario
Copy link
Author

Related to: hyperium/hyper#1818

@davidpdrsn
Copy link
Member

axum is generic over the underlying transport so once hyper supports h3 then so does axum. So I'm gonna close this issue since there is nothing for us to do here. See the hyper issue you linked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants