mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 12:56:36 +02:00
c94edbb76b
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