1 write to _headerValueLength
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\QPack\EncoderStreamReader.cs (1)
286_headerValueLength = Decode(_headerValueOctets);
1 reference to _headerValueLength
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\QPack\EncoderStreamReader.cs (1)
258var headerValueSpan = new Span<byte>(_headerValueOctets, 0, _headerValueLength);