restic/internal/backend/rclone
Michael Eischer c81b122374 rclone: Don't panic after unexpected subprocess exit
As the connection to the rclone child process is now closed after an
unexpected subprocess exit, later requests will cause the http2
transport to try to reestablish a new connection. As previously this never
should have happened, the connection called panic in that case. This
panic is now replaced with a simple error message, as it no longer
indicates an internal problem.
2020-08-01 12:17:40 +02:00
..
backend_test.go rclone: Respect bandwith limits 2018-05-22 20:48:17 +02:00
backend.go rclone: Don't panic after unexpected subprocess exit 2020-08-01 12:17:40 +02:00
config_test.go rclone: Rework backend option parsing 2019-03-02 10:36:42 +01:00
config.go rclone: Rework backend option parsing 2019-03-02 10:36:42 +01:00
internal_test.go rclone: Don't panic after unexpected subprocess exit 2020-08-01 12:17:40 +02:00
stdio_conn.go rclone: Better field names for stdio conn 2020-07-26 00:29:25 +02:00