4 instantiations of HuffmanDecodingException
Microsoft.AspNetCore.Server.Kestrel.Core (4)
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);
3 references to HuffmanDecodingException
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\QPack\EncoderStreamReader.cs (1)
289catch (HuffmanDecodingException ex)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
616catch (HuffmanDecodingException ex)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (1)
660catch (HuffmanDecodingException ex)