mirror of
https://github.com/rclone/rclone.git
synced 2025-04-20 10:58:53 +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.