2 references to IsConnectionResetError
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2)
Internal\SocketConnection.cs (2)
209
if (
IsConnectionResetError
(result.SocketError.SocketErrorCode))
289
if (
IsConnectionResetError
(transferResult.SocketError.SocketErrorCode))