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:
		
							parent
							
								
									f37faf7236
								
							
						
					
					
						commit
						d4b8fee61a
					
				
					 4 changed files with 5 additions and 3 deletions
				
			
		|  | @ -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 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue