1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/ext/puma_http11
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
..
org/jruby/puma Allow a bare % in a query string. Fixes #958 2016-04-22 17:06:18 -07:00
ext_help.h Allow compilation with -Werror=format-security option 2012-07-10 22:47:49 +00:00
extconf.rb More gracefully deal with SSL sessions. Fixes #1002 2016-07-25 18:44:48 -07:00
http11_parser.c Allow a bare % in a query string. Fixes #958 2016-04-22 17:06:18 -07:00
http11_parser.h Define RSTRING_NOT_MODIFIED for Rubinius performance 2013-09-04 20:15:56 +02:00
http11_parser.java.rl Fix java parser generation 2016-01-31 18:56:33 +01:00
http11_parser.rl Change parser symbol names to avoid clash. Fixes #179 2013-07-18 11:22:18 -07:00
http11_parser_common.rl Allow a bare % in a query string. Fixes #958 2016-04-22 17:06:18 -07:00
io_buffer.c Compilers, basically an annoying coworkers. Fixes #815 2016-02-25 13:50:38 -08:00
mini_ssl.c More gracefully deal with SSL sessions. Fixes #1002 2016-07-25 18:44:48 -07:00
puma_http11.c ext/puma_http11: handle duplicate headers as per RFC for C ext 2015-11-06 17:22:31 +01:00
PumaHttp11Service.java Start java version of MiniSSL 2012-08-23 16:56:37 -07:00