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