1 write to _minResponseDataRate
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2FrameWriter.cs (1)
127
_minResponseDataRate
= minResponseDataRate;
6 references to _minResponseDataRate
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http2\Http2FrameWriter.cs (6)
328
if (
_minResponseDataRate
!= null)
495
return _flusher.FlushAsync(
_minResponseDataRate
, bytesWritten);
808
if (
_minResponseDataRate
!= null)
812
_timeoutControl.BytesWrittenToBuffer(
_minResponseDataRate
, _unflushedBytes);
828
return FlushAsyncAwaited(writeTask, _timeoutControl,
_minResponseDataRate
);
1050
return _flusher.FlushAsync(
_minResponseDataRate
, bytesWritten);