2 references to FinOnError
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1Connection.cs (1)
127
_http1Output.Abort(ServerOptions.
FinOnError
? new ConnectionAbortedException(CoreStrings.ConnectionAbortedByClient) : null!, ConnectionEndReason.TransportCompleted);
Internal\Http2\Http2Connection.cs (1)
235
var useException = _context.ServiceContext.ServerOptions.
FinOnError
|| hasActiveStreams;