mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Avoid the deprecated
This commit is contained in:
parent
d13903ea51
commit
24863bd7e5
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ module Puma
|
|||
|
||||
@listeners << [str, io]
|
||||
when "unix"
|
||||
path = URI.unescape "#{uri.host}#{uri.path}"
|
||||
path = "#{uri.host}#{uri.path}".gsub("%20", " ")
|
||||
|
||||
if fd = @inherited_fds.delete(str)
|
||||
logger.log "* Inherited #{str}"
|
||||
|
|
Loading…
Add table
Reference in a new issue