mirror of
https://github.com/9001/copyparty.git
synced 2026-04-05 23:38:24 +10:00
v1.4.2
This commit is contained in:
@@ -713,7 +713,7 @@ class HttpCli(object):
|
||||
buf = b""
|
||||
for rbuf in reader:
|
||||
buf += rbuf
|
||||
if len(buf) > 32768:
|
||||
if not rbuf or len(buf) >= 32768:
|
||||
break
|
||||
|
||||
if buf:
|
||||
|
||||
Reference in New Issue
Block a user