1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/ext
MSP-Greg 37a3bc66ff
Fix SSL Context - minissl.c, minissl.rb, extconf.rb (#2519)
Contexts are currently created for every accepted ssl client.  That isn't needed, but more importantly, Contexts read two files.

For a busy server, this results in slow clients.

Update to create the Context in MinSSL::Server.new, and pass it to MinSSL::Engine.server.

Only affects MRI builds.
2021-01-26 14:18:51 -07:00
..
puma_http11 Fix SSL Context - minissl.c, minissl.rb, extconf.rb (#2519) 2021-01-26 14:18:51 -07:00