断开处理

This commit is contained in:
ranchuan
2024-10-08 18:46:04 +08:00
parent b36e74f798
commit 554191bc00
2 changed files with 6 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ def remote_client_handler(tcp_client_1:socket):
break
tcp_client_1.close()
print("proxy close.")
close_all()
def main():