Merge lp://staging/~rvb/gomaasapi/gomaasapi-bug-1384001 into lp://staging/gomaasapi
Proposed by
Raphaël Badin
Status: | Merged |
---|---|
Approved by: | Ian Booth |
Approved revision: | 63 |
Merged at revision: | 58 |
Proposed branch: | lp://staging/~rvb/gomaasapi/gomaasapi-bug-1384001 |
Merge into: | lp://staging/gomaasapi |
Diff against target: |
195 lines (+137/-3) 3 files modified
client.go (+50/-3) client_test.go (+50/-0) testing.go (+37/-0) |
To merge this branch: | bzr merge lp://staging/~rvb/gomaasapi/gomaasapi-bug-1384001 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Gavin Panella (community) | Approve | ||
Juju Engineering | Pending | ||
Review via email: mp+239738@code.staging.launchpad.net |
Commit message
Retry requests that result in a 503 response with the Retry-After header set.
Description of the change
This works in tandem with https:/
To post a comment you must log in.
My eyes are bleeding, but otherwise it seems okay.