mirror of
https://github.com/rclone/rclone.git
synced 2025-08-03 19:51:08 +02: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