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

Transport: Remove QUIC #3754

Merged
merged 3 commits into from
Sep 3, 2024
Merged

Transport: Remove QUIC #3754

merged 3 commits into from
Sep 3, 2024

Commits on Sep 2, 2024

  1. Remove QUIC transport

    The reasoning is that SplitHTTP+H3 is "good enough" in its current
    state. A later version of SplitHTTP may introduce a faster kind of
    upload (unlike QUIC transport, compatible with nginx), but personally
    it's not clear to me if there's demand.
    mmmray committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c3d2249 View commit details
    Browse the repository at this point in the history
  2. remove unused imports

    mmmray committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5b8713a View commit details
    Browse the repository at this point in the history
  3. remove some more quic stuff

    mmmray committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7356544 View commit details
    Browse the repository at this point in the history