Fix bug in HttpRepository.push retries
The file object passed to HttpRepository.push
was not rewound after a failed push, so on the next iteration we were effectively sending an empty file.
The file object passed to HttpRepository.push
was not rewound after a failed push, so on the next iteration we were effectively sending an empty file.