Skip to content

Commit a52a21b

Browse files
committed
fix: remove old line (#20)
1 parent c9c852e commit a52a21b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproxy/handlers/https.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,6 @@ def transfer_data_between_sockets(self, client_socket, server_socket):
383383
else:
384384
target_ip, target_port, *_ = peer
385385

386-
target_ip, target_port = server_socket.getpeername()
387386
self.active_connections[thread_id]["target_ip"] = target_ip
388387
self.active_connections[thread_id]["target_port"] = target_port
389388
except OSError as e:

0 commit comments

Comments
 (0)