1
mirror of https://github.com/rclone/rclone synced 2024-09-18 15:28:08 +02:00
rclone/fs/fserrors
Nick Craig-Wood 7f7946564d error: make "bad record MAC" a retriable error - Fixes #3338
The error "tls: bad record MAC" is very likely to be caused by
hardware issues.  It indicates that a packet got corrupted somewhere.

As a work around, this change treats it as retriable error which
allows the chunk to get retried and the transfer to continue.
2019-08-12 20:37:10 +01:00
..
error_test.go cmd: implement RetryAfter errors which cause a sleep before a retry 2019-03-25 13:41:34 +00:00
error.go error: make "bad record MAC" a retriable error - Fixes #3338 2019-08-12 20:37:10 +01:00
retriable_errors_windows.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
retriable_errors.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00