4 references to _headerValueBytes
Microsoft.AspNetCore.Shared.Tests (4)
runtime\Http2\HPackDecoderTest.cs (4)
82private static readonly byte[] _headerValue = new byte[] { (byte)_headerValueBytes.Length } 83.Concat(_headerValueBytes) 147_dynamicTable.Insert(_headerNameBytes, _headerValueBytes); 159_dynamicTable.Insert(_headerNameBytes, _headerValueBytes);