3 references to Huffman
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\QPack\EncoderStreamReader.cs (1)
268
return
Huffman
.Decode(new ReadOnlySpan<byte>(_stringOctets, 0, _stringLength), ref dst);
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
594
return
Huffman
.Decode(new ReadOnlySpan<byte>(_stringOctets, 0, _stringLength), ref dst);
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (1)
637
return
Huffman
.Decode(new ReadOnlySpan<byte>(_stringOctets, 0, _stringLength), ref dst);