mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Merge branch 'master' into make_ci_work
This commit is contained in:
commit
a5cf4c27e3
1 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,8 @@ module Puma::Rack
|
|||
|
||||
has_options = false
|
||||
server.valid_options.each do |name, description|
|
||||
next if name.to_s =~/^(Host|Port)[^a-zA-Z]/ # ignore handler's host and port options, we do our own.
|
||||
next if name.to_s =~ /^(Host|Port)[^a-zA-Z]/ # ignore handler's host and port options, we do our own.
|
||||
|
||||
info << " -O %-21s %s" % [name, description]
|
||||
has_options = true
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue