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 stopped streams not issuing ID credit when reset #1422

Merged
merged 1 commit into from Oct 11, 2022

Conversation

Ralith
Copy link
Collaborator

@Ralith Ralith commented Oct 11, 2022

Fixes #1421.

Similar to existing logic handling finishing of a stopped stream in StreamsState::received. The missing credit would be issued if a stream is later closed through a different code path, but there is no guarantee that would happen.

Similar to existing logic handling finishing of a stopped stream in
StreamsState::received. The missing credit would be issued if a stream
is later closed through a different code path, but there is no
guarantee that would happen.
@djc djc merged commit cd2cf75 into main Oct 11, 2022
@djc djc deleted the fix-stop-reset-id-flow branch October 11, 2022 07:33
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.

uni stream can't be cleaned up if closed while data in flight
2 participants