mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-10-31 22:54:16 +00:00
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> |
||
|---|---|---|
| .. | ||
| cipherbench.rs | ||
| completion.rs | ||
| download-speed.rs | ||
| dynamic-files.rs | ||
| h2client.rs | ||
| h2s-client.rs | ||
| h2s-server.rs | ||
| h2server.rs | ||
| test_chunk_size.rs | ||
| test_chunk_speed2.rs | ||
| test_chunk_speed.rs | ||
| upload-speed.rs | ||