Skip to content

quic: drop support for QUIC draft-29#2487

Merged
marten-seemann merged 1 commit intomasterfrom
marco/drop-draft29-only
Aug 16, 2023
Merged

quic: drop support for QUIC draft-29#2487
marten-seemann merged 1 commit intomasterfrom
marco/drop-draft29-only

Conversation

@MarcoPolo
Copy link
Copy Markdown
Collaborator

@MarcoPolo MarcoPolo commented Aug 15, 2023

This does the minimal amount of changes to drop draft29 without updating quic-go.

I'm thinking, for now at least, that we'll leave machinery of the multiversion QUIC for a couple of reasons:

  1. It'll make adding support for QUIC-v2 very easy.
    a. This would mostly be greasing exercise to avoid ossification on quic-v1. There's nothing QUIC-v2 gives us that we don't have with QUIC-v1.
  2. It'll avoid us from reinventing this if we re-introduce this. This is tricky code and this code works and has been deployed for a bit.
  3. It's stable as is, and a refactor would introduce more variables to the next release (already quite big with quic-go changes).

This was referenced Aug 15, 2023
@marten-seemann marten-seemann changed the title Drop QUIC Draft 29 support quic: drop support for QUIC draft-29 Aug 16, 2023
@marten-seemann
Copy link
Copy Markdown
Contributor

Thank you for splitting up the PR @MarcoPolo!

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

Successfully merging this pull request may close these issues.

2 participants