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",
		server.go#L2260: 		return sc.countError("too_many_early_resets", ConnectionError(ErrCodeEnhanceYourCalm))

	google.golang.org/grpc/internal/transport
		http2_client.go#L1367: 	if f.ErrCode == http2.ErrCodeEnhanceYourCalm && string(f.DebugData()) == "too_many_pings" {
		http2_client.go#L1444: 	if f.ErrCode == http2.ErrCodeEnhanceYourCalm {
		http2_server.go#L921: 		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#L66: 		http2.ErrCodeEnhanceYourCalm:    codes.ResourceExhausted,