clean file props after we have tested proxies
This commit is contained in:
parent
35b9f5da6c
commit
fccf0e2050
1 changed files with 2 additions and 0 deletions
|
@ -174,9 +174,11 @@ class ProxyResolver:
|
|||
def disconnect(self, connection):
|
||||
if self.host_tester:
|
||||
self.host_tester.disconnect()
|
||||
FilesProp.deleteFileProp(self.host_tester.file_props)
|
||||
self.host_tester = None
|
||||
if self.receiver_tester:
|
||||
self.receiver_tester.disconnect()
|
||||
FilesProp.deleteFileProp(self.receiver_tester.file_props)
|
||||
self.receiver_tester = None
|
||||
try:
|
||||
self.connections.remove(connection)
|
||||
|
|
Loading…
Add table
Reference in a new issue