mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix the log cid display error, merge the publish recv thread log to publish connection.
This commit is contained in:
parent
3c402cb908
commit
c75f05c88b
9 changed files with 84 additions and 6 deletions
|
@ -2633,7 +2633,9 @@ int SrsRtmpServer::identify_client(int stream_id, SrsRtmpConnType& type, string&
|
|||
res->command_object = SrsAmf0Any::null();
|
||||
res->response = SrsAmf0Any::null();
|
||||
if ((ret = protocol->send_and_free_packet(res, 0)) != ERROR_SUCCESS) {
|
||||
srs_warn("response call failed. ret=%d", ret);
|
||||
if (!srs_is_system_control_error(ret) && !srs_is_client_gracefully_close(ret)) {
|
||||
srs_warn("response call failed. ret=%d", ret);
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue