2 references to _headerValueHuffmanBytes
Microsoft.AspNetCore.Shared.Tests (2)
runtime\Http3\QPackDecoderTest.cs (2)
55
private static readonly byte[] _headerValueHuffman = new byte[] { (byte)(0x80 |
_headerValueHuffmanBytes
.Length) }
56
.Concat(
_headerValueHuffmanBytes
)