2 references to _sendHttpFrame
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
Http2\Http2ConnectionBenchmarkBase.cs (2)
118
_connectionPair.Application.Output.WriteStartStream(streamId: _currentStreamId, _hpackEncoder, _requestHeadersEnumerator, _headersBuffer, endStream: true, frame:
_sendHttpFrame
);
137
_connectionPair.Application.Output.WriteWindowUpdateAsync(streamId: 0, _dataWritten,
_sendHttpFrame
);