9 instantiations of QPackDecodingException
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http3\QPack\EncoderStreamReader.cs (3)
246
throw new
QPackDecodingException
(/*CoreStrings.FormatQPackStringLengthTooLarge(length, _stringOctets.Length)*/);
291
throw new
QPackDecodingException
(""/*CoreStrings.QPackHuffmanError*/, ex);
326
throw new
QPackDecodingException
("" /*CoreStrings.FormatQPackErrorIndexOutOfRange(index)*/, ex);
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (6)
277
throw new
QPackDecodingException
(SR.Format(SR.net_http_invalid_header_name, ""));
484
throw new
QPackDecodingException
(SR.Format(SR.net_http_invalid_header_name, ""));
586
throw new
QPackDecodingException
(SR.net_http_hpack_incomplete_header_block);
621
throw new
QPackDecodingException
(SR.Format(SR.net_http_headers_exceeded_length, _maxHeadersLength));
662
throw new
QPackDecodingException
(SR.net_http_hpack_huffman_decode_failed, ex);
754
throw new
QPackDecodingException
(SR.net_http_qpack_no_dynamic_table);
1 reference to QPackDecodingException
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Stream.cs (1)
797
catch (
QPackDecodingException
ex)