Skip to content

Commit f343020

Browse files
authored
Update server.py
1 parent d8dd92f commit f343020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def process_jsonrpc2(_data: bytes):
148148
connector = test_connectors(data)
149149
if connector:
150150
logger.info("[*] Connecting...")
151-
connector.connect(conn, data)
151+
connector.connect(conn, data, b'', b'', b'', b'', b'')
152152

153153
# parse first data (header)
154154
webserver, port, scheme, method, url = parse_first_data(data)

0 commit comments

Comments
 (0)