mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-06 09:51:06 +00:00
Update server.py
This commit is contained in:
parent
efbf9363e0
commit
066c297adc
|
@ -136,7 +136,7 @@ def jsonrpc2_server(conn, id, method, params):
|
||||||
else:
|
else:
|
||||||
Extension.dispatch_rpcmethod(method, "call", id, params, conn)
|
Extension.dispatch_rpcmethod(method, "call", id, params, conn)
|
||||||
|
|
||||||
conn.close()
|
#return in conn_string()
|
||||||
|
|
||||||
def proxy_connect(webserver, conn):
|
def proxy_connect(webserver, conn):
|
||||||
hostname = webserver.decode(client_encoding)
|
hostname = webserver.decode(client_encoding)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user