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

add a new code point for QUIC v1 #147

Merged
merged 3 commits into from
Nov 11, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions protocols.csv
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ code, size, name, comment
448, 0, tls, Transport Layer Security
449, V, sni, Server Name Indication RFC 6066 § 3
454, 0, noise,
460, 0, quic,
460, 0, quic,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did the formatting break?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Editors break it all the time, since we're using tabs, and many editors convert those to spaces (including the built-in GitHub editor).

461, 0, quic-v1,
465, 0, webtransport,
466, V, certhash,
466, V, certhash,
480, 0, http, HyperText Transfer Protocol
443, 0, https, Deprecated alias for /tls/http
477, 0, ws, WebSockets
Expand Down