1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

support report summaries in heartbeat. 0.9.132

This commit is contained in:
winlin 2014-06-23 15:44:49 +08:00
parent db253bc76b
commit f173345e15
10 changed files with 157 additions and 97 deletions

View file

@ -64,7 +64,7 @@ int SrsHttpClient::post(SrsHttpUri* uri, string req, string& res)
}
if ((ret = connect(uri)) != ERROR_SUCCESS) {
srs_error("http connect server failed. ret=%d", ret);
srs_warn("http connect server failed. ret=%d", ret);
return ret;
}