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()
4608
4608
{
4609
4609
4610
4610
this ->_ws_client ->set_host_port (_WS_BASE_SPOT, _WS_PORT_SPOT);
4611
- this ->_ws_client ->set_gzip_conversion (0 );
4612
4611
}
4613
4612
4614
4613
/* *
@@ -5953,7 +5952,6 @@ FuturesClientUSDT::~FuturesClientUSDT()
5953
5952
void FuturesClientUSDT::v__init_ws_session ()
5954
5953
{
5955
5954
this ->_ws_client ->set_host_port (_WS_BASE_FUTURES_USDT, _WS_PORT_FUTURES);
5956
- this ->_ws_client ->set_gzip_conversion (0 );
5957
5955
}
5958
5956
5959
5957
/* *
@@ -6674,7 +6672,6 @@ void FuturesClientCoin::v__init_ws_session()
6674
6672
{
6675
6673
6676
6674
this ->_ws_client ->set_host_port (_WS_BASE_FUTURES_COIN, _WS_PORT_FUTURES);
6677
- this ->_ws_client ->set_gzip_conversion (0 );
6678
6675
}
6679
6676
6680
6677
/* *
You can’t perform that action at this time.
0 commit comments