1 write to _maxTotalHeaderSize
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3FrameWriter.cs (1)
76
_maxTotalHeaderSize
= clientPeerSettings.MaxRequestHeaderFieldSectionSize > int.MaxValue
2 references to _maxTotalHeaderSize
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3FrameWriter.cs (2)
404
if (_headersTotalSize >
_maxTotalHeaderSize
)
406
throw new QPackEncodingException($"The encoded HTTP headers length exceeds the limit specified by the peer of {
_maxTotalHeaderSize
} bytes.");