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 (HTTP over QUIC) support #84

Open
DemiMarie opened this issue Sep 28, 2020 · 1 comment
Open

HTTP/3 (HTTP over QUIC) support #84

DemiMarie opened this issue Sep 28, 2020 · 1 comment

Comments

@DemiMarie
Copy link

HTTP 3 has several compelling advantages over HTTP 1.1 and HTTP 2:

  • HTTP3 runs over QUIC, which natively supports roaming. This is especially useful for mobile clients.
  • HTTP3 supports native multiplexing, without the head-of-line blocking problem that HTTP2 suffers from.
  • HTTP3 allows congestion control to be implemented in userspace, which allows new algorithms (such as BBR) to be adopted before OS kernels get support for them.
@PMaynard
Copy link

See #28 for discussion on HTTP/2. I've no idea, but I assume HTTP3 will require mechanisms found in HTTP2 as well.

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