mirror of
https://github.com/rclone/rclone.git
synced 2026-01-07 02:54:04 +00:00
Previous to this change rclone deleted a file if the upload failed half way through. After this change we only delete the upload if the --webdav-delete-on-error flag is set. We set this in the serve webdav tests to make them pass.