mirror of
https://github.com/rclone/rclone.git
synced 2025-03-06 02:01:49 +08:00

Before this change, streaming files an exact multiple of the chunk size would cause rclone to attempt to stream a 0 sized chunk which was rejected by the b2 servers. This bug was noticed by the new integration tests for chunked streaming.