mirror of
https://github.com/rclone/rclone.git
synced 2025-01-29 21:04:23 +02:00
0914ec316c
Prior to this fix we were uploading 0 length bodies if a retry was needed on a multipart upload chunk. This gave this error `http: ContentLength=268435496 with Body length 0`. Fix by remaking the hash appending reader in the Call loop. This is inefficient in the face of retries, but these are uncommon.