mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
Add changelog for #3014
This commit is contained in:
parent
4a9b05aff1
commit
164b4cb2f6
12
changelog/unreleased/pull-3014
Normal file
12
changelog/unreleased/pull-3014
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Bugfix: Fix sporadic stream reset between rclone and restic
|
||||||
|
|
||||||
|
Sometimes when using restic with the rclone backend, an error message similar to the following is printed:
|
||||||
|
|
||||||
|
Didn't finish writing GET request (wrote 0/xxx): http2: stream closed
|
||||||
|
|
||||||
|
It was found that this is caused by restic closing the connection to rclone
|
||||||
|
when downloading data too fast. A workaround was 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
|
Loading…
Reference in New Issue
Block a user