1 write to _shutdownReason
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\SocketConnection.cs (1)
387_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)
142while (_shutdownReason is null) 203if (_shutdownReason is not null) 246if (_shutdownReason is not null) 261Input.Complete(_shutdownReason ?? error); 375if (_shutdownReason is not null) 399SocketsLog.ConnectionWriteFin(_logger, this, _shutdownReason.Message);