5 references to QPackDecodingException
Microsoft.AspNetCore.Shared.Tests (5)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (5)
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));
754
throw new
QPackDecodingException
(SR.net_http_qpack_no_dynamic_table);