1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
This commit is contained in:
Benjamin Fleischer 2016-07-14 14:12:50 -05:00 committed by GitHub
parent e34ed8d4d0
commit 66e47b686f

View file

@ -323,7 +323,7 @@ module Puma
@options[:preload_app]
end
# We do this in a separate method to keep the lambad scope
# We do this in a separate method to keep the lambda scope
# of the signals handlers as small as possible.
def setup_signals
Signal.trap "SIGCHLD" do