mirror of
				https://github.com/ossrs/srs.git
				synced 2025-03-09 15:49:59 +00:00 
			
		
		
		
	Fix typo(HTTP-Server -> HTTPS-Server) (#2822)
This commit is contained in:
		
							parent
							
								
									a16590b3a6
								
							
						
					
					
						commit
						a9397598e8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -49,7 +49,7 @@ std::string srs_listener_type2string(SrsListenerType type)
 | 
			
		|||
        case SrsListenerHttpStream:
 | 
			
		||||
            return "HTTP-Server";
 | 
			
		||||
        case SrsListenerHttpsStream:
 | 
			
		||||
            return "HTTP-Server";
 | 
			
		||||
            return "HTTPS-Server";
 | 
			
		||||
        case SrsListenerMpegTsOverUdp:
 | 
			
		||||
            return "MPEG-TS over UDP";
 | 
			
		||||
        case SrsListenerFlv:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue