var net/http.http2errClientConnGotGoAway

3 uses

	net/http (current package)
		h2_bundle.go#L7018: 	http2errClientConnGotGoAway = errors.New("http2: Transport received Server's graceful shutdown GOAWAY")
		h2_bundle.go#L7061: 	if err == http2errClientConnUnusable || err == http2errClientConnGotGoAway {
		h2_bundle.go#L7244: 			case cs.resc <- http2resAndError{err: http2errClientConnGotGoAway}: