mirror of
https://github.com/rclone/rclone.git
synced 2025-01-19 04:47:54 +02:00
ba121eddf0
These objects (eg Google Docs) appear with 0 length in the VFS. Before this change, these only read 0 bytes. After this change, even though the size appears to be 0, the objects can be read to the end. If the objects are read to the end then the size on the handle will be updated.