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