push queue/status info to server

This commit is contained in:
ed
2022-07-12 21:22:02 +02:00
parent d832b787e7
commit a3431512d8
3 changed files with 15 additions and 2 deletions

View File

@@ -1127,8 +1127,10 @@ class HttpCli(object):
except:
self.log("failed to utime ({}, {})".format(fin_path, times))
cinf = self.headers.get("x-up2k-stat", "")
spd = self._spd(post_sz)
self.log("{} thank".format(spd))
self.log("{} thank {}".format(spd, cinf))
self.reply(b"thank")
return True