mirror of
				https://gitea.invidious.io/iv-org/shard-kemal.git
				synced 2024-08-15 00:53:36 +00:00 
			
		
		
		
	Remove deprecated alias HTTP::Server#bind_ssl (#495)
This commit is contained in:
		
							parent
							
								
									cd5f83f013
								
							
						
					
					
						commit
						b389022b35
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -50,7 +50,7 @@ module Kemal | |||
|         server.bind_tcp(config.host_binding, config.port) | ||||
|       {% else %} | ||||
|         if ssl = config.ssl | ||||
|           server.bind_ssl(config.host_binding, config.port, ssl) | ||||
|           server.bind_tls(config.host_binding, config.port, ssl) | ||||
|         else | ||||
|           server.bind_tcp(config.host_binding, config.port) | ||||
|         end | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue