mirror of
https://github.com/restic/restic.git
synced 2025-12-13 12:42:37 +00:00
Prepare changelog for 0.12.0
This commit is contained in:
13
changelog/0.12.0_2021-02-14/pull-3014
Normal file
13
changelog/0.12.0_2021-02-14/pull-3014
Normal file
@@ -0,0 +1,13 @@
|
||||
Bugfix: Fix sporadic stream reset between rclone and restic
|
||||
|
||||
Sometimes when using restic with the `rclone` backend, an error message
|
||||
similar to the following would be printed:
|
||||
|
||||
Didn't finish writing GET request (wrote 0/xxx): http2: stream closed
|
||||
|
||||
It was found that this was caused by restic closing the connection to rclone
|
||||
to soon when downloading data. A workaround has been added which waits for
|
||||
the end of the download before closing the connection.
|
||||
|
||||
https://github.com/restic/restic/pull/3014
|
||||
https://github.com/rclone/rclone/issues/2598
|
||||
Reference in New Issue
Block a user