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