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

fix incorrect statement about varint usage #4131

Merged
merged 1 commit into from
Sep 22, 2020

Conversation

marten-seemann
Copy link
Contributor

Error codes do use varints, but packet numbers (in the header) don't.

Versions ({{versions}}) and error codes ({{error-codes}}) are described using
integers, but do not use this encoding.
Versions ({{versions}}) and packet numbers sent in the header
({{packet-encoding}}) are described using integers, but do not use this encoding.
Copy link
Contributor Author

@marten-seemann marten-seemann Sep 22, 2020

Choose a reason for hiding this comment

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

Technically, this also applies to all CID length fields. Not sure if it’s worth mentioning here.

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

Successfully merging this pull request may close these issues.

None yet

3 participants