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

Remove QuicStream.ShutdownWriteCompleted method #55981

Merged
merged 4 commits into from
Jul 21, 2021

Conversation

geoffkizer
Copy link
Contributor

No description provided.

@dotnet-issue-labeler
Copy link

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@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
Author: geoffkizer
Assignees: -
Labels:

area-System.Net, new-api-needs-documentation

Milestone: -

@@ -954,21 +894,6 @@ private static uint HandleEventStartComplete(State state, ref StreamEvent evt)

private static uint HandleEventSendShutdownComplete(State state, ref StreamEvent evt)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe the whole HandleEventSendShutdownComplete can be removed, we already return Success in case of skipped events in HandleEvent

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@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
Author: geoffkizer
Assignees: -
Labels:

area-System.Net.Quic, new-api-needs-documentation

Milestone: -

Copy link
Member

@wfurt wfurt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
Less code!

@geoffkizer geoffkizer force-pushed the removeshutdownwritescompleted branch from 34fcf38 to 5098faf Compare July 21, 2021 01:04
@geoffkizer
Copy link
Contributor Author

/azp run runtime-libraries-coreclr outerloop

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@geoffkizer geoffkizer merged commit 8ece868 into dotnet:main Jul 21, 2021
@geoffkizer geoffkizer deleted the removeshutdownwritescompleted branch July 21, 2021 22:37
@karelz karelz added this to the 6.0.0 milestone Jul 22, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Aug 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants