10 references to net_http_hpack_huffman_decode_failed
Microsoft.AspNetCore.Shared.Tests (10)
runtime\Http2\HPackDecoderTest.cs (1)
902
Assert.Equal(SR.
net_http_hpack_huffman_decode_failed
, exception.Message);
runtime\Http2\HuffmanDecodingTests.cs (3)
272
Assert.Equal(SR.
net_http_hpack_huffman_decode_failed
, exception.Message);
289
Assert.Equal(SR.
net_http_hpack_huffman_decode_failed
, exception.Message);
334
Assert.Equal(SR.
net_http_hpack_huffman_decode_failed
, exception.Message);
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
618
throw new HPackDecodingException(SR.
net_http_hpack_huffman_decode_failed
, ex);
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
);
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (1)
662
throw new QPackDecodingException(SR.
net_http_hpack_huffman_decode_failed
, ex);