Skip to content
Snippets Groups Projects
Commit fccf0e20 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

clean file props after we have tested proxies

parent 35b9f5da
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment