2 writes to _headerValueOctets
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (2)
153_headerValueOctets = null!; 657_headerValueLength = Decode(ref _headerValueOctets);
3 references to _headerValueOctets
Microsoft.AspNetCore.Server.Kestrel.Core (3)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (3)
150if (_headerValueOctets != null) 152Pool.Return(_headerValueOctets); 594? _headerValueOctets.AsSpan(0, _headerValueLength)