1
0
Fork 0
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:
Evan Phoenix 2015-01-20 10:38:09 -08:00
parent d13903ea51
commit 24863bd7e5

View file

@ -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}"