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:
parent
02f459f784
commit
4cd03a7c06
4 changed files with 6 additions and 3 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue