2 writes to _headerStaticIndex
IIS.NewHandler.FunctionalTests (2)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (2)
533
_headerStaticIndex
= 0;
566
_headerStaticIndex
= index;
4 references to _headerStaticIndex
IIS.NewHandler.FunctionalTests (4)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (4)
510
if (
_headerStaticIndex
> 0)
512
handler.OnStaticIndexedHeader(
_headerStaticIndex
, headerValueSpan);
516
_dynamicTable.Insert(
_headerStaticIndex
, H2StaticTable.Get(
_headerStaticIndex
- 1).Name, headerValueSpan);