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:
parent
db253bc76b
commit
f173345e15
10 changed files with 157 additions and 97 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue