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: simplify inflight fix #31

Merged
merged 1 commit into from
Jun 23, 2020
Merged

fix: simplify inflight fix #31

merged 1 commit into from
Jun 23, 2020

Conversation

Stebalien
Copy link
Member

We only need to unregister a stream as "inflight" when:

  1. We opened it (incoming streams are never "in flight").
  2. It's actually in the inflight map.

We only need to unregister a stream as "inflight" when:

1. We opened it (incoming streams are never "in flight").
2. It's actually in the inflight map.
@Stebalien
Copy link
Member Author

cc @kanishkatn to make sure I'm not missing something here.

@kanishkatn
Copy link
Contributor

Looks great!

@Stebalien Stebalien merged commit c4f881b into master Jun 23, 2020
@aschmahmann aschmahmann mentioned this pull request Feb 18, 2021
73 tasks
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.

2 participants