6 references to net_http_hpack_huffman_decode_failed
Microsoft.AspNetCore.Server.Kestrel.Core (6)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
618throw new HPackDecodingException(SR.net_http_hpack_huffman_decode_failed, ex);
src\Shared\runtime\Http2\Hpack\Huffman.cs (4)
733throw new HuffmanDecodingException(SR.net_http_hpack_huffman_decode_failed); 776throw new HuffmanDecodingException(SR.net_http_hpack_huffman_decode_failed); 792throw new HuffmanDecodingException(SR.net_http_hpack_huffman_decode_failed); 800throw new HuffmanDecodingException(SR.net_http_hpack_huffman_decode_failed);
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (1)
662throw new QPackDecodingException(SR.net_http_hpack_huffman_decode_failed, ex);