Skip to content
Snippets Groups Projects
Unverified Commit 8780bc99 authored by Jan-Philipp Benecke's avatar Jan-Philipp Benecke Committed by GitHub
Browse files

Set content length when uploading files to WebDAV (#139950)

parent 452fbbe6
No related branches found
No related tags found
No related merge requests found
......@@ -169,6 +169,7 @@ class WebDavBackupAgent(BackupAgent):
await open_stream(),
f"{self._backup_path}/{filename_tar}",
timeout=BACKUP_TIMEOUT,
content_length=backup.size,
)
_LOGGER.debug(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment