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 race in RST_STREAM_IncompleteRequest_AdditionalWindowUpdateFrame_ConnectionAborted #57450

Merged
merged 2 commits into from
Aug 23, 2024

Conversation

amcasey
Copy link
Member

@amcasey amcasey commented Aug 22, 2024

There was a race between early-sending the response headers and sending the goaway for the aborted connection.

For #53744

…_ConnectionAborted

There was a race between early-sending the response headers and sending the goaway for the aborted connection.

Fixes dotnet#53744
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions label Aug 22, 2024
@amcasey amcasey changed the title Unquarantine RST_STREAM_IncompleteRequest_AdditionalWindowUpdateFrame_ConnectionAborted Fix race in RST_STREAM_IncompleteRequest_AdditionalWindowUpdateFrame_ConnectionAborted Aug 22, 2024
@amcasey
Copy link
Member Author

amcasey commented Aug 23, 2024

@JamesNK This one too? 🙏

@amcasey amcasey merged commit 21afee0 into dotnet:main Aug 23, 2024
26 checks passed
@amcasey amcasey deleted the gh53744 branch August 23, 2024 22:21
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-preview1 milestone Aug 23, 2024
@danroth27 danroth27 added the task label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants