mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-16 04:55:58 +08:00
添加流量统计广播、整理广播参数类型
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user