1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/lib
Evan Phoenix 46416cb49e More gracefully deal with SSL sessions. Fixes #1002
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.
2016-07-25 18:44:48 -07:00
..
puma More gracefully deal with SSL sessions. Fixes #1002 2016-07-25 18:44:48 -07:00
rack/handler Allow overriding options of Configuration object 2016-03-30 10:56:25 +05:30
puma.rb Initial Seperation of CLI and Server Launcher work 2016-02-04 16:55:10 -06:00