const golang.org/x/net/http2.ErrCodeEnhanceYourCalm

6 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#L1267: 	if f.ErrCode == http2.ErrCodeEnhanceYourCalm {
		http2_client.go#L1347: 	case http2.ErrCodeEnhanceYourCalm:
		http2_server.go#L907: 		t.controlBuf.put(&goAway{code: http2.ErrCodeEnhanceYourCalm, debugData: []byte("too_many_pings"), closeConn: errors.New("got too many pings from the client")})
		http_util.go#L65: 		http2.ErrCodeEnhanceYourCalm:    codes.ResourceExhausted,