1 write to _headerValueLength
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
613
_headerValueLength
= Decode(ref _headerValueOctets);
1 reference to _headerValueLength
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
502
? _headerValueOctets.AsSpan(0,
_headerValueLength
)