mirror of
https://github.com/rclone/rclone.git
synced 2025-06-09 06:26:48 +02: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.