1
mirror of https://github.com/rclone/rclone synced 2025-03-28 12:23:07 +01:00
Nick Craig-Wood bb6cfe109d crypt: fix reading 0 length files
In an earlier patch

d5afcf9e34044e5b crypt: try not to return "unexpected EOF" error

This introduced a bug for 0 length files which this fixes which only
manifests if the io.Reader returns data and EOF which not all readers
do.

This was failing in the integration tests.
2023-04-24 16:54:40 +01:00
..
2023-04-04 16:33:48 +01:00
2022-11-07 11:41:47 +00:00
2023-04-24 16:54:40 +01:00
2022-11-07 11:41:47 +00:00
2023-03-25 09:31:36 +01:00
2022-11-07 11:41:47 +00:00
2023-04-04 16:33:48 +01:00
2023-04-19 17:20:30 +01:00
2022-11-07 11:41:47 +00:00
2022-11-07 11:41:47 +00:00
2023-03-16 17:12:27 +00:00