2 writes to _headerStaticIndex
http2cat (2)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (2)
528
_headerStaticIndex
= 0;
561
_headerStaticIndex
= index;
4 references to _headerStaticIndex
http2cat (4)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (4)
505
if (
_headerStaticIndex
> 0)
507
handler.OnStaticIndexedHeader(
_headerStaticIndex
, headerValueSpan);
511
_dynamicTable.Insert(
_headerStaticIndex
, H2StaticTable.Get(
_headerStaticIndex
- 1).Name, headerValueSpan);