1
mirror of https://github.com/rclone/rclone synced 2024-11-13 12:09:47 +01:00
rclone/lib/readers
Nick Craig-Wood fe52502f19 fs: Adjust RangeOption.Decode to return -1 for read to end
A Range request can never request 0 bytes however this change was made
to make a clearer signal that the limit means read to the end.

Add test and more documentation and fixup uses
2018-01-27 14:31:29 +00:00
..
counting_reader.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
limited.go fs: Adjust RangeOption.Decode to return -1 for read to end 2018-01-27 14:31:29 +00:00
readfill_test.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
readfill.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
repeatable_test.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
repeatable.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00