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