mirror of
https://github.com/rclone/rclone.git
synced 2025-01-29 21:04:23 +02:00
168d577297
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.