4 references to _headerNameBytes
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (4)
src\Shared\test\Shared.Tests\runtime\Http2\HPackDecoderTest.cs (4)
68private static readonly byte[] _headerName = new byte[] { (byte)_headerNameBytes.Length } 69.Concat(_headerNameBytes) 147_dynamicTable.Insert(_headerNameBytes, _headerValueBytes); 159_dynamicTable.Insert(_headerNameBytes, _headerValueBytes);