12 instantiations of HPackDecodingException
IIS.LongTests (12)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (9)
297throw new HPackDecodingException(SR.Format(SR.net_http_invalid_header_name, "")); 377throw new HPackDecodingException(SR.net_http_hpack_late_dynamic_table_size_update); 497throw new HPackDecodingException(SR.net_http_hpack_incomplete_header_block); 543throw new HPackDecodingException(SR.net_http_hpack_unexpected_end); 582throw new HPackDecodingException(SR.Format(SR.net_http_headers_exceeded_length, _maxHeadersLength)); 602throw new HPackDecodingException(SR.Format(SR.net_http_headers_exceeded_length, _maxHeadersLength)); 629throw new HPackDecodingException(SR.net_http_hpack_huffman_decode_failed, ex); 673throw new HPackDecodingException(SR.Format(SR.net_http_hpack_invalid_index, index)); 681throw new HPackDecodingException(SR.Format(SR.net_http_hpack_large_table_size_update, size, _maxDynamicTableSize));
src\Shared\runtime\Http2\Hpack\IntegerDecoder.cs (3)
73throw new HPackDecodingException(SR.net_http_hpack_bad_integer); 81throw new HPackDecodingException(SR.net_http_hpack_bad_integer); 91throw new HPackDecodingException(SR.net_http_hpack_bad_integer);