Fix SIGINT/SIGTERM handling (broken in 0.5.0)
commit8762b78d1b44b50092a8cbfc22e31bf611612a73
authorEric Wong <normalperson@yhbt.net>
Mon, 13 Apr 2009 20:09:05 +0000 (13 13:09 -0700)
committerEric Wong <normalperson@yhbt.net>
Mon, 13 Apr 2009 20:50:23 +0000 (13 13:50 -0700)
treec64dfc95272cee55c36f64a1ba33d55eff30381b
parent943f9ff1a04eb1c0e494bd74b269d3e93e809a98
Fix SIGINT/SIGTERM handling (broken in 0.5.0)

By reraising SignalException in workers.  Since we just rely on
default signal handlers for the majority of signals now, ensure
those signals actually exit the process.
lib/unicorn.rb
test/exec/test_exec.rb