3 instantiations of Http2SettingsParameterOutOfRangeException
Microsoft.AspNetCore.Server.Kestrel.Core (3)
src\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs (3)
56
throw new
Http2SettingsParameterOutOfRangeException
(Http2SettingsParameter.SETTINGS_ENABLE_PUSH,
69
throw new
Http2SettingsParameterOutOfRangeException
(Http2SettingsParameter.SETTINGS_INITIAL_WINDOW_SIZE,
79
throw new
Http2SettingsParameterOutOfRangeException
(Http2SettingsParameter.SETTINGS_MAX_FRAME_SIZE,
1 reference to Http2SettingsParameterOutOfRangeException
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
1053
catch (
Http2SettingsParameterOutOfRangeException
ex)