socket absent from read_headers call in proxy_info class
This commit is contained in:
@@ -147,7 +147,7 @@ def _tunnel(sock, host, port, auth):
|
|||||||
send(sock, connect_header)
|
send(sock, connect_header)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
status, resp_headers = read_headers()
|
status, resp_headers = read_headers(sock)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
raise WebSocketProxyException(str(e))
|
raise WebSocketProxyException(str(e))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user