mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 12:56:36 +02:00
27b9ae4fc3
Before this change the error message was produced for every file which was confusing users. After this change we check for EOF and return from ReadAt at that point. See: https://forum.rclone.org/t/rclone-1-53-release/18880/10