mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
ec72432cec
This error was caused by renaming an open file. When the file was renamed in the cache, the downloaders were cleared, however the downloaders were not re-opened when needed again, instead this error was generated. This fix re-opens the downloaders if they have been closed by renaming the file. Fixes #5984 |
||
---|---|---|
.. | ||
downloaders | ||
writeback | ||
cache_test.go | ||
cache.go | ||
item_test.go | ||
item.go |