mirror of
https://github.com/rclone/rclone.git
synced 2025-02-14 21:23:01 +02:00
Before this change, the decoder looked only for `io.EOF`, and if any other error was returned, it could cause an infinite loop. This change fixes the issue by breaking for any non-nil error.