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