2 references to IsFlowControlQueueLimitEnabled
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2FrameWriter.cs (2)
140
if (
IsFlowControlQueueLimitEnabled
&& _maximumFlowControlQueueSize < maxStreamsPerConnection)
1128
if (!_aborted &&
IsFlowControlQueueLimitEnabled
&& _waitingForMoreConnectionWindow.Count > _maximumFlowControlQueueSize)