mirror of
https://github.com/rclone/rclone.git
synced 2026-01-05 10:03:17 +00:00
In the lib/http refactor
52443c2444 restic: refactor to use lib/http
We forgot to serve the data and wait for the server to finish. This is
not tested in the unit tests as it is part of the command line
handler.
Fixes #6644 Fixes #6647