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 error code truncation to 16-bit #603

Merged
merged 3 commits into from
Jan 22, 2025
Merged

Conversation

kazuho
Copy link
Member

@kazuho kazuho commented Jan 22, 2025

In #602, error code space was increased to 64 bits (quicly_error_t) to support exchange of full 62-bit error codes used by QUIC.

However, some fields inside quicly were left 16 bits, preventing correct emission / receipt of error codes above 16-bit.

This PR fixes the issue, changing the tests to use larger error codes.

@kazuho kazuho changed the title Kazuho/64bit stream errors fix error code truncation to 16-bit Jan 22, 2025
@kazuho kazuho merged commit 4ab7fee into master Jan 22, 2025
5 checks passed
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.

1 participant