only correct request add into transfer size
This commit is contained in:
parent
57433bccb9
commit
4b97412569
1 changed files with 2 additions and 1 deletions
|
@ -276,6 +276,7 @@ class TCPRelayHandler(object):
|
|||
pass
|
||||
else:
|
||||
if sock == self._remote_sock:
|
||||
if self._encrypt_correct:
|
||||
self._server.server_transfer_ul += len(data)
|
||||
elif self._encrypt_correct and (self._obfs is not None):
|
||||
obfs_encode = self._obfs.server_encode(data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue