1 write to _hpackEncoder
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http2\Http2ConnectionBenchmarkBase.cs (1)
69
_hpackEncoder
= new DynamicHPackEncoder();
1 reference to _hpackEncoder
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http2\Http2ConnectionBenchmarkBase.cs (1)
118
_connectionPair.Application.Output.WriteStartStream(streamId: _currentStreamId,
_hpackEncoder
, _requestHeadersEnumerator, _headersBuffer, endStream: true, frame: _sendHttpFrame);