2 instantiations of FlowControl
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\FlowControl\InputFlowControl.cs (2)
34
_flow = new
FlowControl
(initialWindowSize);
43
_flow = new
FlowControl
((uint)_initialWindowSize);
2 references to FlowControl
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\FlowControl\InputFlowControl.cs (2)
12
/// Owns a <see cref="
FlowControl
"/> that it uses to track the present window size.
25
private
FlowControl
_flow;