Skip to content

Commit d802b46

Browse files
committed
switch default proxy type to "http"
1 parent 30ab1a7 commit d802b46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/hiro_graph_client/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.0
1+
5.3.1

src/hiro_graph_client/websocketlib.py

+1
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ def run_forever(self):
433433
self._ws.run_forever(http_proxy_host=self._proxy_hostname,
434434
http_proxy_port=self._proxy_port,
435435
http_proxy_auth=self._proxy_auth,
436+
proxy_type='http',
436437
sslopt={
437438
"cert_reqs": ssl.CERT_NONE
438439
} if not self._api_handler.ssl_config.verify else None)

0 commit comments

Comments
 (0)