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
MSP-Greg 0a57ffdc81
minissl.c - immediate ruby_memcheck fixes (#2956)
All of the other results were calling `rb_define_` functions, which may be false positives.

The changes fix leaks in an object that is created once for each SSL listener.
2022-09-15 14:44:55 +09:00
..
no_ssl
org/jruby/puma [bug] Fixup SERVER_PROTOCOL & HTTP_VERSION headers (#2871) 2022-09-09 21:05:19 -05:00
ext_help.h
extconf.rb OpenSSL - allow session reuse via a 'reuse' ssl_bind method or bind string query parameter (#2846) 2022-09-13 17:32:39 -05:00
http11_parser.c [bug] Fixup SERVER_PROTOCOL & HTTP_VERSION headers (#2871) 2022-09-09 21:05:19 -05:00
http11_parser.h [bug] Fixup SERVER_PROTOCOL & HTTP_VERSION headers (#2871) 2022-09-09 21:05:19 -05:00
http11_parser.java.rl [bug] Fixup SERVER_PROTOCOL & HTTP_VERSION headers (#2871) 2022-09-09 21:05:19 -05:00
http11_parser.rl [bug] Fixup SERVER_PROTOCOL & HTTP_VERSION headers (#2871) 2022-09-09 21:05:19 -05:00
http11_parser_common.rl [bug] Fixup SERVER_PROTOCOL & HTTP_VERSION headers (#2871) 2022-09-09 21:05:19 -05:00
mini_ssl.c minissl.c - immediate ruby_memcheck fixes (#2956) 2022-09-15 14:44:55 +09:00
puma_http11.c [bug] Fixup SERVER_PROTOCOL & HTTP_VERSION headers (#2871) 2022-09-09 21:05:19 -05:00
PumaHttp11Service.java