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
Remove unnecessary Dispose
  • Loading branch information
CarnaViire committed Aug 18, 2021
commit 25c7be34621ae688c857a60d0357075e3ad85a3f
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ internal MsQuicStream(MsQuicConnection.State connectionState, QUIC_STREAM_OPEN_F

if (!connectionState.TryAddStream(this))
{
_state.Handle?.Dispose();
throw new ObjectDisposedException(nameof(QuicConnection));
}
// this assignment should be done before StreamOpenDelegate to prevent NRE in HandleEventConnectionClose
Expand Down