Skip to content

Commit

Permalink
remove explicit gzip conversion definition
Browse files Browse the repository at this point in the history
  • Loading branch information
flashnuke authored May 24, 2021
1 parent 71fdf9f commit d2b26a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Binance_Client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4608,7 +4608,6 @@ void SpotClient::v_init_ws_session()
{

this->_ws_client->set_host_port(_WS_BASE_SPOT, _WS_PORT_SPOT);
this->_ws_client->set_gzip_conversion(0);
}

/**
Expand Down Expand Up @@ -5953,7 +5952,6 @@ FuturesClientUSDT::~FuturesClientUSDT()
void FuturesClientUSDT::v__init_ws_session()
{
this->_ws_client->set_host_port(_WS_BASE_FUTURES_USDT, _WS_PORT_FUTURES);
this->_ws_client->set_gzip_conversion(0);
}

/**
Expand Down Expand Up @@ -6674,7 +6672,6 @@ void FuturesClientCoin::v__init_ws_session()
{

this->_ws_client->set_host_port(_WS_BASE_FUTURES_COIN, _WS_PORT_FUTURES);
this->_ws_client->set_gzip_conversion(0);
}

/**
Expand Down

0 comments on commit d2b26a4

Please sign in to comment.