mirror of
https://github.com/octoleo/restic.git
synced 2025-01-27 09:08:26 +00:00
c81b122374
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.