Remove QuicStream.ShutdownWriteCompleted method#55981
Remove QuicStream.ShutdownWriteCompleted method#55981geoffkizer merged 4 commits intodotnet:mainfrom
Conversation
|
Note regarding the 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. |
|
Tagging subscribers to this area: @dotnet/ncl Issue Details
|
src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/MsQuicStream.cs
Outdated
Show resolved
Hide resolved
| @@ -954,21 +894,6 @@ private static uint HandleEventStartComplete(State state, ref StreamEvent evt) | |||
|
|
|||
| private static uint HandleEventSendShutdownComplete(State state, ref StreamEvent evt) | |||
There was a problem hiding this comment.
I believe the whole HandleEventSendShutdownComplete can be removed, we already return Success in case of skipped events in HandleEvent
|
Tagging subscribers to this area: @dotnet/ncl Issue Details
|
34fcf38 to
5098faf
Compare
|
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
No description provided.