github.com/mckael/restic@v0.8.3/changelog/0.8.0_2017-11-26/issue-1291 (about) 1 Bugfix: Reuse backend TCP connections to BackBlaze B2 2 3 A bug was discovered in the library we're using to access Backblaze, it now 4 reuses already established TCP connections which should be a lot faster and 5 not cause network failures any more. 6 7 https://github.com/restic/restic/issues/1291 8 https://github.com/restic/restic/pull/1301