Skip to content

Commit

Permalink
add connectionToken property from IConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
wj8400684 committed Apr 23, 2024
1 parent ad4d064 commit af190d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SuperSocket.Kestrel/KestrelPipeConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ protected override void OnClosed()
CloseReason = Connection.CloseReason.RemoteClosing;

base.OnClosed();
Cancel();
}

protected override void OnInputPipeRead(ReadResult result)
Expand Down

0 comments on commit af190d7

Please sign in to comment.