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)
404if (_headersTotalSize > _maxTotalHeaderSize) 406throw new QPackEncodingException($"The encoded HTTP headers length exceeds the limit specified by the peer of {_maxTotalHeaderSize} bytes.");