mirror of
https://github.com/rclone/rclone.git
synced 2025-03-09 03:45:14 +08:00

When uploading chunked files to nextcloud, it gives a 423 error while it is merging files. This waits for an exponentially increasing amount of time for it to clear. If after we have received a 423 error we receive a 404 error then we assume all is good as this is what appears to happen in practice. Fixes #7109