2 writes to MaxHeaderListSize
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (1)
166_serverSettings.MaxHeaderListSize = (uint)httpLimits.MaxRequestHeadersTotalSize;
src\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs (1)
79MaxHeaderListSize = value;
2 references to MaxHeaderListSize
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs (2)
122if (MaxHeaderListSize != DefaultMaxHeaderListSize) 124list.Add(new Http2PeerSetting(Http2SettingsParameter.SETTINGS_MAX_HEADER_LIST_SIZE, MaxHeaderListSize));