1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Merge pull request #279 from ehlertij/master

Output results from 'stat's command when using pumactl
This commit is contained in:
Evan Phoenix 2013-06-14 09:09:58 -07:00
commit fb301b245f

View file

@ -157,6 +157,7 @@ module Puma
end
message "Command #{@options[:command]} sent success"
message response.last if @options[:command] == "stats"
end
@server.close