6 references to FLOW_CONTROL_ERROR
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http2\FlowControl\InputFlowControl.cs (1)
56
throw new Http2ConnectionErrorException(CoreStrings.Http2ErrorFlowControlWindowExceeded, Http2ErrorCode.
FLOW_CONTROL_ERROR
, ConnectionEndReason.FlowControlWindowExceeded);
Internal\Http2\Http2Connection.cs (4)
1037
throw new Http2ConnectionErrorException(CoreStrings.Http2ErrorInitialWindowSizeInvalid, Http2ErrorCode.
FLOW_CONTROL_ERROR
, ConnectionEndReason.InvalidSettings);
1056
? Http2ErrorCode.
FLOW_CONTROL_ERROR
1154
throw new Http2ConnectionErrorException(CoreStrings.Http2ErrorWindowUpdateSizeInvalid, Http2ErrorCode.
FLOW_CONTROL_ERROR
, ConnectionEndReason.InvalidWindowUpdateSize);
1167
throw new Http2StreamErrorException(_incomingFrame.StreamId, CoreStrings.Http2ErrorWindowUpdateSizeInvalid, Http2ErrorCode.
FLOW_CONTROL_ERROR
);
Internal\Http2\Http2FrameWriter.cs (1)
353
const Http2ErrorCode http2ErrorCode = Http2ErrorCode.
FLOW_CONTROL_ERROR
;