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

Refine debug info for edge. 3.0.64

This commit is contained in:
winlin 2019-11-30 17:31:27 +08:00
parent 02f459f784
commit 4cd03a7c06
4 changed files with 6 additions and 3 deletions

View file

@ -1179,7 +1179,8 @@ srs_error_t SrsRtmpConn::do_token_traverse_auth(SrsRtmpClient* client)
}
// for token tranverse, always take the debug info(which carries token).
if ((err = client->connect_app(req->app, req->tcUrl, req, true, NULL)) != srs_success) {
SrsServerInfo si;
if ((err = client->connect_app(req->app, req->tcUrl, req, true, &si)) != srs_success) {
return srs_error_wrap(err, "rtmp: connect tcUrl");
}