Skip to content

Commit 09a99f3

Browse files
Luca ButeraLuca Butera
Luca Butera
authored and
Luca Butera
committed
remote: avoid chunking on webdav. Fixes iterative#4796
1 parent 43e780c commit 09a99f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dvc/tree/webdav.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,6 @@ def _upload(
222222
# First try to create parent directories
223223
self.makedirs(to_info.parent)
224224

225-
# Upload to WebDAV without chunking
226-
# Using non chunked progress
227225
with open(from_file, "rb") as fd:
228226
with Tqdm.wrapattr(
229227
fd,

0 commit comments

Comments
 (0)