3 references to Http2ErrorFlowControlWindowExceeded
InMemory.FunctionalTests (2)
Http2\Http2ConnectionTests.cs (2)
1870
expectedErrorMessage: CoreStrings.
Http2ErrorFlowControlWindowExceeded
);
1901
expectedErrorMessage: CoreStrings.
Http2ErrorFlowControlWindowExceeded
);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\FlowControl\InputFlowControl.cs (1)
56
throw new Http2ConnectionErrorException(CoreStrings.
Http2ErrorFlowControlWindowExceeded
, Http2ErrorCode.FLOW_CONTROL_ERROR, ConnectionEndReason.FlowControlWindowExceeded);