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: