6 references to net_http_hpack_huffman_decode_failed
System.Net.Http (6)
src\libraries\Common\src\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs (1)
618
throw new HPackDecodingException(SR.
net_http_hpack_huffman_decode_failed
, ex);
src\libraries\Common\src\System\Net\Http\aspnetcore\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
);
src\libraries\Common\src\System\Net\Http\aspnetcore\Http3\QPack\QPackDecoder.cs (1)
662
throw new QPackDecodingException(SR.
net_http_hpack_huffman_decode_failed
, ex);