4 instantiations of HuffmanDecodingException
IIS.LongTests (4)
src\Shared\runtime\Http2\Hpack\Huffman.cs (4)
733
throw new
HuffmanDecodingException
(SR.net_http_hpack_huffman_decode_failed);
776
throw new
HuffmanDecodingException
(SR.net_http_hpack_huffman_decode_failed);
792
throw new
HuffmanDecodingException
(SR.net_http_hpack_huffman_decode_failed);
800
throw new
HuffmanDecodingException
(SR.net_http_hpack_huffman_decode_failed);
1 reference to HuffmanDecodingException
IIS.LongTests (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
616
catch (
HuffmanDecodingException
ex)