1 implementation of OnStaticIndexedHeader
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
src\Shared\Http2cat\Http2Utilities.cs (1)
974public void OnStaticIndexedHeader(int index, ReadOnlySpan<byte> value)
1 reference to OnStaticIndexedHeader
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
507handler.OnStaticIndexedHeader(_headerStaticIndex, headerValueSpan);