4 references to FlowControlWindowExceeded
InMemory.FunctionalTests (2)
Http2\Http2ConnectionTests.cs (2)
1872
AssertConnectionEndReason(ConnectionEndReason.
FlowControlWindowExceeded
);
1903
AssertConnectionEndReason(ConnectionEndReason.
FlowControlWindowExceeded
);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\FlowControl\InputFlowControl.cs (1)
56
throw new Http2ConnectionErrorException(CoreStrings.Http2ErrorFlowControlWindowExceeded, Http2ErrorCode.FLOW_CONTROL_ERROR, ConnectionEndReason.
FlowControlWindowExceeded
);
Internal\Infrastructure\KestrelMetrics.cs (1)
477
ConnectionEndReason.
FlowControlWindowExceeded
=> "flow_control_window_exceeded",