From 3b68f6895abf260bb033412af310b4e1574c81a9 Mon Sep 17 00:00:00 2001 From: Brandon Doornbos <41441504+brandon-doornbos@users.noreply.github.com> Date: Wed, 17 Jun 2026 01:05:57 +0200 Subject: [PATCH] Fix files not fully saving Thought this was for chunking, but nope --- copyparty/httpcli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index 461ae50a..aad7632b 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -3516,7 +3516,7 @@ class HttpCli(object): buf = b"" for rbuf in reader: buf += rbuf - if not rbuf or len(buf) >= 32768: + if not rbuf: break if buf: