2 writes to _huffman
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (2)
214_huffman = IsHuffmanEncoded(b); 286_huffman = IsHuffmanEncoded(b);
3 references to _huffman
Microsoft.AspNetCore.Server.Kestrel.Core (3)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (3)
425if (count == _stringLength && !_huffman) 462if (count == _stringLength && !_huffman) 592if (_huffman)