1 write to HeaderTableSize
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Connection.cs (1)
64_serverSettings.HeaderTableSize = (uint)httpLimits.Http3.HeaderTableSize;
2 references to HeaderTableSize
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3PeerSettings.cs (2)
26if (HeaderTableSize != DefaultHeaderTableSize) 28list.Add(new Http3PeerSetting(Http3SettingType.QPackMaxTableCapacity, HeaderTableSize));