3 references to QPackDecodingException
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\QPack\EncoderStreamReader.cs (2)
291
throw new
QPackDecodingException
(""/*CoreStrings.QPackHuffmanError*/, ex);
326
throw new
QPackDecodingException
("" /*CoreStrings.FormatQPackErrorIndexOutOfRange(index)*/, ex);
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (1)
662
throw new
QPackDecodingException
(SR.net_http_hpack_huffman_decode_failed, ex);