4 references to _headerValueBytes
Microsoft.AspNetCore.Shared.Tests (4)
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
);