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

Use FRAME_ENCODING_ERROR for stream limits >2^60 #4002

Merged
merged 1 commit into from Aug 18, 2020

Conversation

martinthomson
Copy link
Member

This is an error that can be detected in frame parsing without
additional context.

Closes #3781.

This is an error that can be detected in frame parsing without
additional context.

Closes #3781.
@martinthomson martinthomson added -transport editorial An issue that does not affect the design of the protocol; does not require consensus. labels Aug 17, 2020
@martinthomson martinthomson merged commit 383bdd1 into master Aug 18, 2020
@martinthomson martinthomson deleted the more-than-2-60 branch August 18, 2020 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-transport editorial An issue that does not affect the design of the protocol; does not require consensus.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Minor inconsistency of error when MAX_STREAMS exceeds 2^60
4 participants