2 implementations of OnStaticIndexedHeader
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (1)
1554public void OnStaticIndexedHeader(int index, ReadOnlySpan<byte> value)
Internal\Http3\Http3Stream.cs (1)
212public void OnStaticIndexedHeader(int index, ReadOnlySpan<byte> value)
2 references to OnStaticIndexedHeader
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
507handler.OnStaticIndexedHeader(_headerStaticIndex, headerValueSpan);
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (1)
599handler.OnStaticIndexedHeader(_headerStaticIndex, headerValueSpan);