mirror of
https://github.com/rclone/rclone.git
synced 2025-03-06 10:05:13 +08:00

Before this change if a backend can't upload 0 length files and `--vfs-cache-mode writes` was in use then the writeback logic would try to upload the 0 length file forever. This change causes it to exit on the first failure to upload.