2 writes to _headerValueOctets
http2cat (2)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (2)
118
_headerValueOctets
= new byte[DefaultStringOctetsSize];
613
_headerValueLength = Decode(ref
_headerValueOctets
);
1 reference to _headerValueOctets
http2cat (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
502
?
_headerValueOctets
.AsSpan(0, _headerValueLength)