mirror of
https://github.com/9001/copyparty.git
synced 2026-03-20 15:13:22 +10:00
optimize clearTimeout + always shrink upload panes after completion + fix GET alignment
This commit is contained in:
@@ -726,7 +726,7 @@ class HttpCli(object):
|
||||
|
||||
def handle_get(self) -> bool:
|
||||
if self.do_log:
|
||||
logmsg = "%4s %s @%s" % (self.mode, self.req, self.uname)
|
||||
logmsg = "%-4s %s @%s" % (self.mode, self.req, self.uname)
|
||||
|
||||
if "range" in self.headers:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user