fix zipmaxu (it did nothing)

This commit is contained in:
ed 2025-08-07 20:53:25 +00:00
parent 1b71294aab
commit d9e3f998d1

View file

@ -4667,7 +4667,9 @@ class HttpCli(object):
else:
fn = self.host.split(":")[0]
if vn.flags.get("zipmax") and (not self.uname or not "zipmaxu" in vn.flags):
if vn.flags.get("zipmax") and not (
vn.flags.get("zipmaxu") and self.uname != "*"
):
maxs = vn.flags.get("zipmaxs_v") or 0
maxn = vn.flags.get("zipmaxn_v") or 0
nf = 0