rclone/vfs/vfscache
Nick Craig-Wood ec72432cec vfs: fix failed to _ensure cache internal error: downloaders is nil error
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
2022-03-03 17:43:29 +00:00
..
downloaders Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
writeback Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
cache_test.go vfs: add vfs/stats remote control to show statistics - fixes #5816 2021-11-23 18:00:21 +00:00
cache.go vfs/cache: fix handling of special characters in file names (#5875) 2022-01-13 13:23:25 +01:00
item_test.go Spelling fixes 2020-10-14 15:21:31 +01:00
item.go vfs: fix failed to _ensure cache internal error: downloaders is nil error 2022-03-03 17:43:29 +00:00