mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
46416cb49e
The problem was a few points: * We were not clearing the reactor on a normal stop, which is what is used in a phased restart. * On close, SSL sockets were not sending the shutdown message. * SSL sockets that were completely uninitialized ended up sitting in reactor and could not actually be shutdown because there were not initialized. |
||
---|---|---|
.. | ||
org/jruby/puma | ||
ext_help.h | ||
extconf.rb | ||
http11_parser.c | ||
http11_parser.h | ||
http11_parser.java.rl | ||
http11_parser.rl | ||
http11_parser_common.rl | ||
io_buffer.c | ||
mini_ssl.c | ||
puma_http11.c | ||
PumaHttp11Service.java |