mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Rename to inherit_ssl_listener like inherit_tcp|unix
This commit is contained in:
parent
ca618b1b12
commit
3632856ad5
1 changed files with 2 additions and 2 deletions
|
@ -190,7 +190,7 @@ module Puma
|
|||
|
||||
if fd = @inherited_fds.delete(str)
|
||||
logger.log "* Inherited #{str}"
|
||||
io = inherited_ssl_listener fd, ctx
|
||||
io = inherit_ssl_listener fd, ctx
|
||||
else
|
||||
logger.log "* Listening on #{str}"
|
||||
io = add_ssl_listener uri.host, uri.port, ctx
|
||||
|
@ -284,7 +284,7 @@ module Puma
|
|||
s
|
||||
end
|
||||
|
||||
def inherited_ssl_listener(fd, ctx)
|
||||
def inherit_ssl_listener(fd, ctx)
|
||||
require 'puma/minissl'
|
||||
MiniSSL.check
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue