1 write to _shutdownReason
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\SocketConnection.cs (1)
382_shutdownReason = shutdownReason ?? new ConnectionAbortedException("The Socket transport's send loop completed gracefully.");
6 references to _shutdownReason
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (6)
Internal\SocketConnection.cs (6)
139while (_shutdownReason is null) 200if (_shutdownReason is not null) 243if (_shutdownReason is not null) 258Input.Complete(_shutdownReason ?? error); 370if (_shutdownReason is not null) 394SocketsLog.ConnectionWriteFin(_logger, this, _shutdownReason.Message);