mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
![]() Right now if you specify a port via `-p $PORT` and via a `config/puma.rb` then puma will incorrectly try to bind to the same port twice and will fail. This PR calls `uniq!` on the array to remove duplicate ports from the `binds` array. |
||
---|---|---|
.. | ||
app.rb |