4 references to QPackEncodingException
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3FrameWriter.cs (1)
406
throw new
QPackEncodingException
($"The encoded HTTP headers length exceeds the limit specified by the peer of {_maxTotalHeaderSize} bytes.");
Internal\Http3\QPackHeaderWriter.cs (2)
76
throw new
QPackEncodingException
("TODO sync with corefx" /* CoreStrings.HPackErrorNotEnoughBuffer */);
90
throw new
QPackEncodingException
("TODO sync with corefx" /* CoreStrings.HPackErrorNotEnoughBuffer */);
src\Shared\runtime\Http3\QPack\QPackEncoder.cs (1)
309
throw new
QPackEncodingException
(SR.net_http_request_invalid_char_encoding);