fcea0794c8
Instead of taking ownership of the http client when starting a new BackupWriter instance, only borrow the client. This allows to reuse the http client to later reuse it to start also a BackupReader instance as required for backup runs with metadata based file change detection mode, where both must use the same http client. Signed-off-by: Christian Ebner <c.ebner@proxmox.com>