mirror of
https://github.com/rclone/rclone.git
synced 2026-02-24 00:22:49 +00:00
Before this change if rclone failed to upload a file for some reason it would leak a concurrency token. When all the tokens were leaked then rclone would lock up. The fix returns the concurrency token regardless of the error state.