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