Michael Eischer f3d964a8c1 rclone: treat "file already closed" as command startup error
Since #3940 the rclone backend returns the commands exit code if it
fails to start. The list of expected errors was missing the "file
already closed"-error which can occur if the http test request first
learns about the closed pipe to rclone before noticing the canceled
context.

Go internally makes sure that a file descriptor is unusable once it was
closed, thus this cannot have unintended side effects (like accidentally
reading from the wrong file due to a reused file descriptor).
2022-12-02 20:46:02 +01:00
..
2022-07-17 13:40:15 +02:00
2022-10-15 23:14:33 +02:00
2022-07-17 13:40:06 +02:00
2022-10-15 23:15:07 +02:00
2017-07-23 14:19:13 +02:00
2017-07-23 14:19:13 +02:00
2022-10-21 21:36:05 +02:00
2018-04-01 10:16:31 +02:00
2018-04-01 10:16:31 +02:00
2022-09-25 11:35:35 +02:00