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 handling of NGTCP2_ERR_STREAM_DATA_BLOCKED #911

Merged
merged 1 commit into from
Aug 27, 2023

Conversation

tatsuhiro-t
Copy link
Member

Fix bug that NGTCP2_ERR_STREAM_DATA_BLOCKED is not returned to a calling application when it should be.

Make sure that 0-RTT packet contains PADDING even if it does not have stream data.

Fix bug that NGTCP2_ERR_STREAM_DATA_BLOCKED is not returned to a
calling application when it should be.

Make sure that 0-RTT packet contains PADDING even if it does not have
stream data.
@tatsuhiro-t tatsuhiro-t added this to the v0.19.0 milestone Aug 27, 2023
@tatsuhiro-t tatsuhiro-t merged commit 41d9b7e into main Aug 27, 2023
43 checks passed
@tatsuhiro-t tatsuhiro-t deleted the fix-err-stream-data-blocked branch August 27, 2023 09:29
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.

None yet

1 participant