Update server.py

This commit is contained in:
Namhyeon Go 2024-11-12 17:28:06 +09:00 committed by GitHub
parent f343020ae6
commit b0cc2652ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,6 +149,7 @@ def conn_string(conn: socket.socket, data: bytes, addr: bytes):
if connector:
logger.info("[*] Connecting...")
connector.connect(conn, data, b'', b'', b'', b'', b'')
return
# parse first data (header)
webserver, port, scheme, method, url = parse_first_data(data)