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 d8dd92f commit f343020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def process_jsonrpc2(_data: bytes):
connector = test_connectors(data)
if connector:
logger.info("[*] Connecting...")
connector.connect(conn, data)
connector.connect(conn, data, b'', b'', b'', b'', b'')

# parse first data (header)
webserver, port, scheme, method, url = parse_first_data(data)
Expand Down

0 comments on commit f343020

Please sign in to comment.