const golang.org/x/net/http2.ErrCodeFlowControl
15 uses
golang.org/x/net/http2 (current package)
errors.go#L19: ErrCodeFlowControl ErrCode = 0x3
errors.go#L36: ErrCodeFlowControl: "FLOW_CONTROL_ERROR",
frame.go#L727: return nil, ConnectionError(ErrCodeFlowControl)
http2.go#L136: return ConnectionError(ErrCodeFlowControl)
server.go#L1381: sc.goAway(ErrCodeFlowControl)
server.go#L1478: return streamError(f.StreamID, ErrCodeFlowControl)
server.go#L1626: return ConnectionError(ErrCodeFlowControl)
server.go#L1676: return streamError(id, ErrCodeFlowControl)
server.go#L1706: return streamError(id, ErrCodeFlowControl)
transport.go#L2249: return ConnectionError(ErrCodeFlowControl)
transport.go#L2361: return ConnectionError(ErrCodeFlowControl)
transport.go#L2407: return ConnectionError(ErrCodeFlowControl)
google.golang.org/grpc/internal/transport
http2_client.go#L983: t.closeStream(s, io.EOF, true, http2.ErrCodeFlowControl, status.New(codes.Internal, err.Error()), nil, false)
http2_server.go#L620: t.closeStream(s, true, http2.ErrCodeFlowControl, false)
http_util.go#L64: http2.ErrCodeFlowControl: codes.ResourceExhausted,
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |