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

[release/6.0-rc1] [HTTP/3] Abort response stream on dispose if content not finished #57999

Merged
merged 3 commits into from
Aug 24, 2021

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 24, 2021

Backport of #57156 to release/6.0-rc1

Sends abort read/write if H/3 stream is disposed before respective contents are finished.

Fixes #56129

/cc @karelz @ManickaP

Customer Impact

Causes data loss / data corruption on server side.
Blocking ASP.NET (cc @adityamandaleeka)

Testing

CI (tests are part of the PR)
Local stress validation: 10,000 tight loop runs (without the fix it failed in ~500 iterations)

Risk

Low, H/3 only code path (hidden behind AppContext switch).
Impact on H/3 is Low/Medium -- the change is scoped only to error code path.

@ghost
Copy link

ghost commented Aug 24, 2021

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #57156 to release/6.0-rc1

/cc @karelz @ManickaP

Customer Impact

Testing

Risk

Author: github-actions[bot]
Assignees: -
Labels:

area-System.Net.Http

Milestone: -

@karelz karelz added this to the 6.0.0 milestone Aug 24, 2021
@karelz
Copy link
Member

karelz commented Aug 24, 2021

Approved for 6.0 RC1 by Tactics via email on 8/23.

@karelz
Copy link
Member

karelz commented Aug 24, 2021

Unrelated infra-network problems in wasm, re-running just in case.

@danmoseley danmoseley added the Servicing-approved Approved for servicing release label Aug 24, 2021
@danmoseley danmoseley merged commit 56fb662 into release/6.0-rc1 Aug 24, 2021
@danmoseley danmoseley deleted the backport/pr-57156-to-release/6.0-rc1 branch August 24, 2021 17:02
@ghost ghost locked as resolved and limited conversation to collaborators Sep 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Http Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants