mirror of https://github.com/restic/restic.git
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. |
||
---|---|---|
.. | ||
backend.go | ||
backend_test.go | ||
config.go | ||
config_test.go | ||
internal_test.go | ||
stdio_conn.go |