pulumi/pkg/util/httputil
Pat Gavlin 78aaa29cee
Fix httputil.DoWithRetry. (#1555)
If we've hit the maximum number of retry attempts, return `true` for
`done`. As it stands, it is possible for us to return a `nil` error
(e.g. if the request sends successfully but returns a `50x` status) and
`false` for `done`, which `retry.Until` will interpret as "keep
retrying".
2018-06-21 11:06:54 -07:00
..
http.go Fix httputil.DoWithRetry. (#1555) 2018-06-21 11:06:54 -07:00
http_test.go Send request body on retries 2018-06-03 01:33:50 -07:00