File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -4608,7 +4608,6 @@ void SpotClient::v_init_ws_session()
46084608{
46094609
46104610 this ->_ws_client ->set_host_port (_WS_BASE_SPOT, _WS_PORT_SPOT);
4611- this ->_ws_client ->set_gzip_conversion (0 );
46124611}
46134612
46144613/* *
@@ -5953,7 +5952,6 @@ FuturesClientUSDT::~FuturesClientUSDT()
59535952void FuturesClientUSDT::v__init_ws_session ()
59545953{
59555954 this ->_ws_client ->set_host_port (_WS_BASE_FUTURES_USDT, _WS_PORT_FUTURES);
5956- this ->_ws_client ->set_gzip_conversion (0 );
59575955}
59585956
59595957/* *
@@ -6674,7 +6672,6 @@ void FuturesClientCoin::v__init_ws_session()
66746672{
66756673
66766674 this ->_ws_client ->set_host_port (_WS_BASE_FUTURES_COIN, _WS_PORT_FUTURES);
6677- this ->_ws_client ->set_gzip_conversion (0 );
66786675}
66796676
66806677/* *
You can’t perform that action at this time.
0 commit comments