3 writes to _headerStaticIndex
Microsoft.AspNetCore.Server.Kestrel.Core (3)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (3)
133_headerStaticIndex = HeaderStaticIndexUnset; 610_headerStaticIndex = HeaderStaticIndexUnset; 709_headerStaticIndex = index;
2 references to _headerStaticIndex
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (2)
597if (_headerStaticIndex != HeaderStaticIndexUnset) 599handler.OnStaticIndexedHeader(_headerStaticIndex, headerValueSpan);