4 references to _headerValueBytes
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (4)
src\Shared\test\Shared.Tests\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);