const golang.org/x/net/http2.ErrCodeEnhanceYourCalm
7 uses
golang.org/x/net/http2 (current package)
errors.go#L27: ErrCodeEnhanceYourCalm ErrCode = 0xb
errors.go#L44: ErrCodeEnhanceYourCalm: "ENHANCE_YOUR_CALM",
google.golang.org/grpc/internal/transport
http2_client.go#L1102: if f.ErrCode == http2.ErrCodeEnhanceYourCalm {
http2_client.go#L1169: case http2.ErrCodeEnhanceYourCalm:
http2_server.go#L741: t.controlBuf.put(&goAway{code: http2.ErrCodeEnhanceYourCalm, debugData: []byte("too_many_pings"), closeConn: true})
http_util.go#L72: http2.ErrCodeEnhanceYourCalm: codes.ResourceExhausted,
http_util.go#L80: codes.ResourceExhausted: http2.ErrCodeEnhanceYourCalm,
![]() |
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. |