Skip to content

HTTP/3 (HTTP over QUIC) support #84

Description

@DemiMarie

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions