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

fix bug #73, http callback api support authentication in tcUrl

This commit is contained in:
winlin 2014-05-22 10:23:12 +08:00
parent f37faf7236
commit d4b8fee61a
4 changed files with 5 additions and 3 deletions

View file

@ -133,8 +133,8 @@ class RESTClients(object):
def __on_connect(self, req):
code = Error.success
trace("srs %s: client id=%s, ip=%s, vhost=%s, app=%s, pageUrl=%s"%(
req["action"], req["client_id"], req["ip"], req["vhost"], req["app"], req["pageUrl"]
trace("srs %s: client id=%s, ip=%s, vhost=%s, app=%s, tcUrl=%s, pageUrl=%s"%(
req["action"], req["client_id"], req["ip"], req["vhost"], req["app"], req["tcUrl"], req["pageUrl"]
))
# TODO: process the on_connect event