Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Nov 12, 2024
1 parent f343020 commit b0cc265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def process_jsonrpc2(_data: 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)
Expand Down

0 comments on commit b0cc265

Please sign in to comment.