2 references to _headerValueHuffmanBytes
Microsoft.AspNetCore.Shared.Tests (2)
runtime\Http2\HPackDecoderTest.cs (2)
86
private static readonly byte[] _headerValueHuffman = new byte[] { (byte)(0x80 |
_headerValueHuffmanBytes
.Length) }
87
.Concat(
_headerValueHuffmanBytes
)