-
Notifications
You must be signed in to change notification settings - Fork 993
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
feat(quic): remove QUIC draft-29 version support #5759
base: master
Are you sure you want to change the base?
feat(quic): remove QUIC draft-29 version support #5759
Conversation
This pull request has merge conflicts. Could you please resolve them @tesol2y090? 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @tesol2y090!
I think we should first deprecate support for draft-29 before removing it completely, see Step 1 in #3395 (comment).
What is the best way to deprecate support for draft-29, i thought remove the field is ok. |
Rust offers the To deprecate support of Removing draft-29 and all related logic (what this PR is doing) can then be done in a follow-up PR after the next release of |
Thank you @elenaf9 . I just created another #5786 about deprecate support_draft_29 |
Description
Remove support support_draft_version field from QUIC protocol.
#3395
Change checklist