Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix trailing whitespace
  • Loading branch information
CarnaViire committed Jul 12, 2021
commit 93ba9d93d50d0804971ea19f353f73a856558bcf
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@ private static Exception GetConnectionAbortedException(State state) =>
// Any non-final state --(event PEER_SEND_SHUTDOWN or SHUTDOWN_COMPLETED with ConnectionClosed=false)-> ReadsCompleted
// Any non-final state --(event PEER_SEND_ABORT)-> Aborted
// Any non-final state --(user calls AbortRead())-> Aborted
// Any state --(CancellationToken's cancellation for ReadAsync())-> Aborted (TODO: should it be only for non-final as others?)
// Any state --(CancellationToken's cancellation for ReadAsync())-> Aborted (TODO: should it be only for non-final as others?)
// Any non-final state --(event SHUTDOWN_COMPLETED with ConnectionClosed=true)-> ConnectionClosed
// Closed - no transitions, set for Unidirectional write-only streams
private enum ReadState
Expand Down