3 references to InputFlowControl
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\FlowControl\StreamInputFlowControl.cs (1)
38_streamLevelFlowControl = new InputFlowControl(initialWindowSize, minWindowSizeIncrement);
Internal\Http2\Http2Connection.cs (1)
172_inputFlowControl = new InputFlowControl(connectionWindow, connectionWindow / 2);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
TimeoutControlTests.cs (1)
288var flowControl = new InputFlowControl(initialWindowSize: 2, minWindowSizeIncrement: 1);