Skip to content

Commit d2b26a4

Browse files
authored
remove explicit gzip conversion definition
1 parent 71fdf9f commit d2b26a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Binance_Client.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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()
59535952
void 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
/**

0 commit comments

Comments
 (0)