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

Simplify HTTP2 stream teardown/reset/complete logic #55994

Open
alnikola opened this issue Jul 20, 2021 · 1 comment
Open

Simplify HTTP2 stream teardown/reset/complete logic #55994

alnikola opened this issue Jul 20, 2021 · 1 comment
Labels
area-System.Net.Http enhancement Product code improvement that does NOT require public API changes/additions
Milestone

Comments

@alnikola
Copy link
Contributor

Some of the HTTP2 stream teardown/reset/complete logic is more complicated than it needs to be for reasons that no longer apply (specifically, the write queue changes, possibly others). It would be nice to take a pass through this (in the future) and clean this up.

@alnikola alnikola added enhancement Product code improvement that does NOT require public API changes/additions area-System.Net.Http labels Jul 20, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Jul 20, 2021
@ghost
Copy link

ghost commented Jul 20, 2021

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

Issue Details

Some of the HTTP2 stream teardown/reset/complete logic is more complicated than it needs to be for reasons that no longer apply (specifically, the write queue changes, possibly others). It would be nice to take a pass through this (in the future) and clean this up.

Author: alnikola
Assignees: -
Labels:

area-System.Net.Http, enhancement

Milestone: -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Net.Http enhancement Product code improvement that does NOT require public API changes/additions
Projects
None yet
Development

No branches or pull requests

2 participants