diff --git a/lib/puma/binder.rb b/lib/puma/binder.rb index 3b366720..5931fe2e 100644 --- a/lib/puma/binder.rb +++ b/lib/puma/binder.rb @@ -98,7 +98,7 @@ module Puma @listeners << [str, io] when "unix" - path = "#{uri.host}#{uri.path}" + path = URI.unescape "#{uri.host}#{uri.path}" if fd = @inherited_fds.delete(str) logger.log "* Inherited #{str}"