5 references to InvalidSettings
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http2\Http2Connection.cs (2)
1037
throw new Http2ConnectionErrorException(CoreStrings.Http2ErrorInitialWindowSizeInvalid, Http2ErrorCode.FLOW_CONTROL_ERROR, ConnectionEndReason.
InvalidSettings
);
1059
throw new Http2ConnectionErrorException(CoreStrings.FormatHttp2ErrorSettingsParameterOutOfRange(ex.Parameter), errorCode, ConnectionEndReason.
InvalidSettings
);
Internal\Http3\Http3ControlStream.cs (2)
370
throw new Http3ConnectionErrorException(message, Http3ErrorCode.SettingsError, ConnectionEndReason.
InvalidSettings
);
434
throw new Http3ConnectionErrorException(message, Http3ErrorCode.MissingSettings, ConnectionEndReason.
InvalidSettings
);
Internal\Infrastructure\KestrelMetrics.cs (1)
491
ConnectionEndReason.
InvalidSettings
=> "invalid_settings",