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