mirror of
https://github.com/rclone/rclone.git
synced 2026-01-06 02:23:24 +00: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.