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

Stream Shutdown on Failure in Operation Cleanup (#2591) #2594

Merged
merged 1 commit into from
Mar 31, 2022

Conversation

thhous-msft
Copy link
Contributor

@thhous-msft thhous-msft commented Mar 30, 2022

Description

While inspecting the code I noticed that we only were apply the logic for QUIC_STREAM_START_FLAG_SHUTDOWN_ON_FAIL in the failure path of QuicStreamStart, and not in the operation clean up path of QuicOperationQueueClear which happens when a connection is cleaned up.

Testing

As this is a nearly impossible timing window to hit with a test, I will rely on spinquic and existing tests to hopefully exercise.

Documentation

None. This is just fixing a bug.

@thhous-msft thhous-msft added Bug: Core A code bug in the Core MsQuic code Backport labels Mar 30, 2022
@thhous-msft thhous-msft requested a review from a team as a code owner March 30, 2022 21:18
@nibanks nibanks added this to the Release 2.0 milestone Mar 31, 2022
@nibanks nibanks merged commit f6a5dc1 into release/2.0 Mar 31, 2022
@nibanks nibanks deleted the thadhouse/cpstreamshutdown branch March 31, 2022 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backport Bug: Core A code bug in the Core MsQuic code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants