func golang.org/x/net/http2.shouldRetryRequest

2 uses

	golang.org/x/net/http2 (current package)
		transport.go#L480: 			if req, err = shouldRetryRequest(req, err, gotErrAfterReqBodyWrite); err == nil {
		transport.go#L522: func shouldRetryRequest(req *http.Request, err error, afterBodyWrite bool) (*http.Request, error) {