Skip to content

Commit

Permalink
Fixed stress error System.Exception: Completed unexpectedly (#72734)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManickaP authored Jul 24, 2022
1 parent c9c27d4 commit b5fd812
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ private unsafe int HandleEventPeerSendShutdown()
}
private unsafe int HandleEventPeerSendAborted(ref PEER_SEND_ABORTED data)
{
_receiveBuffers.SetFinal();
_receiveTcs.TrySetException(ThrowHelper.GetStreamAbortedException((long)data.ErrorCode), final: true);
return QUIC_STATUS_SUCCESS;
}
Expand Down

0 comments on commit b5fd812

Please sign in to comment.