添加流量统计广播、整理广播参数类型

This commit is contained in:
xiongziliang
2018-02-06 15:28:27 +08:00
parent fa5f90599c
commit 991715fc93
11 changed files with 79 additions and 39 deletions

View File

@@ -83,7 +83,7 @@ void HttpClient::sendRequest(const string &strUrl){
_isHttps = isHttps;
if(!alive() || bChanged){
InfoL << "reconnet:" << _lastHost;
//InfoL << "reconnet:" << _lastHost;
startConnect(host, port);
}else{
SockException ex;