mirror of
https://github.com/9001/copyparty.git
synced 2025-10-05 19:42:29 +02:00
add per-connection request counting
This commit is contained in:
parent
66adb470ad
commit
05345ddf8b
4 changed files with 5 additions and 4 deletions
|
@ -121,6 +121,7 @@ class VHttpConn(object):
|
|||
self.log_src = "a"
|
||||
self.lf_url = None
|
||||
self.hsrv = VHttpSrv()
|
||||
self.nreq = 0
|
||||
self.nbyte = 0
|
||||
self.workload = 0
|
||||
self.ico = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue