Update server.py

This commit is contained in:
Namhyeon Go 2024-03-06 16:29:24 +09:00 committed by GitHub
parent efbf9363e0
commit 066c297adc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,7 +136,7 @@ def jsonrpc2_server(conn, id, method, params):
else:
Extension.dispatch_rpcmethod(method, "call", id, params, conn)
conn.close()
#return in conn_string()
def proxy_connect(webserver, conn):
hostname = webserver.decode(client_encoding)