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)
258
var headerValueSpan = new Span<byte>(_headerValueOctets, 0,
_headerValueLength
);