mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
APM: Support distributed tracing by Tencent Cloud APM. v5.0.63
This commit is contained in:
parent
736c661808
commit
3e2f8622f8
49 changed files with 4989 additions and 719 deletions
|
@ -1897,7 +1897,7 @@ srs_error_t SrsRtmpClient::connect_app(string app, string tcUrl, SrsRequest* r,
|
|||
|
||||
// @see https://github.com/ossrs/srs/issues/160
|
||||
// the debug_srs_upnode is config in vhost and default to true.
|
||||
if (dsu && r && r->args) {
|
||||
if (dsu && r && r->args && r->args->count() > 0) {
|
||||
srs_freep(pkt->args);
|
||||
pkt->args = r->args->copy()->to_object();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue