1 write to _headersBuffer
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http2\Http2ConnectionBenchmarkBase.cs (1)
68
_headersBuffer
= new byte[1024 * 16];
1 reference to _headersBuffer
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http2\Http2ConnectionBenchmarkBase.cs (1)
118
_connectionPair.Application.Output.WriteStartStream(streamId: _currentStreamId, _hpackEncoder, _requestHeadersEnumerator,
_headersBuffer
, endStream: true, frame: _sendHttpFrame);