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