1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/lib/puma
MSP-Greg d55cdae317
Fix Events#fire_on_stopped! double call, add test (#2497)
Launcher#graceful_stop calls Events#fire_on_stopped!, and graceful_stop is called in Launcher#run

Added TestLauncher#test_fire_on_stopped
2020-12-03 09:40:34 -07:00
..
app
cluster
minissl
plugin
rack
binder.rb
cli.rb
client.rb
cluster.rb Log phased restart availability always. Close #2483 2020-11-30 09:43:16 -07:00
commonlogger.rb
configuration.rb
const.rb Fix regex warnings in const.rb & test_launcher.rb (#2498) 2020-11-30 08:57:08 -07:00
control_cli.rb Avoid mutating stdout and stderr (#2486) 2020-12-02 10:43:53 -07:00
detect.rb
dsl.rb
error_logger.rb Avoid mutating stdout and stderr (#2486) 2020-12-02 10:43:53 -07:00
events.rb Avoid mutating stdout and stderr (#2486) 2020-12-02 10:43:53 -07:00
io_buffer.rb
jruby_restart.rb
json.rb
launcher.rb Fix Events#fire_on_stopped! double call, add test (#2497) 2020-12-03 09:40:34 -07:00
minissl.rb
null_io.rb
plugin.rb
queue_close.rb
rack_default.rb
reactor.rb
request.rb
runner.rb Avoid mutating stdout and stderr (#2486) 2020-12-02 10:43:53 -07:00
server.rb Add pid to start-up log output, name control server thread 'control' 2020-11-29 09:35:50 -06:00
single.rb
state_file.rb File.open -> File.read, File.write (#2493) 2020-11-27 08:47:33 -07:00
systemd.rb
thread_pool.rb
util.rb