Comment 7 for bug 1540394

Revision history for this message
Andrew Wilkins (axwalk) wrote :

So I was previously thinking we'd inject in to the autorest senders, but I don't think that's going to work in general. PUT/POST will send a body, and the autorest stuff doesn't use rewindable buffers.

So I think I'll just wrap all API calls with juju/retry.Call.