2 references to FinOnError
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1Connection.cs (1)
101_http1Output.Abort(ServerOptions.FinOnError ? new ConnectionAbortedException(CoreStrings.ConnectionAbortedByClient) : null!);
Internal\Http2\Http2Connection.cs (1)
208var useException = _context.ServiceContext.ServerOptions.FinOnError || _clientActiveStreamCount != 0;