1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/test
Daniel Marcotte abcce826d1 Remove enable_SSLv3 support from JRuby
The C implementation has not supported SSLv3 at all since #591, and
SSLv3 is disabled by default in java now
(http://www.oracle.com/technetwork/java/javase/documentation/cve-2014-3566-2342133.html)
so we can drop support from JRuby.
2015-05-01 16:49:48 -07:00
..
config Ignore multiple port declarations 2015-02-17 08:58:19 -06:00
shell
ab_rs.rb
config.rb
hello-delay.ru
hello-post.ru
hello-stuck.ru Fix phased restart with stuck requests 2015-01-15 14:58:16 +02:00
hello-tcp.ru
hello.ru
hijack.ru
hijack2.ru
lobster.ru
mime.yaml
slow.ru
ssl_config.rb
test_app_status.rb
test_cli.rb refactor configuration 2015-03-14 22:59:21 -07:00
test_config.rb Ignore multiple port declarations 2015-02-17 08:58:19 -06:00
test_http10.rb
test_http11.rb Fix require testhelp 2014-02-17 12:35:40 -05:00
test_integration.rb Disable fragile test for now 2015-01-20 10:45:11 -08:00
test_iobuffer.rb
test_minissl.rb Add SSL support for JRuby 2014-05-05 14:30:15 -07:00
test_null_io.rb
test_persistent.rb Proper 'Connection' header handling compatible with HTTP 1.0 and HTTP 1.1 protocols 2015-02-19 14:43:17 +01:00
test_puma_server.rb Proper 'Connection' header handling compatible with HTTP 1.0 and HTTP 1.1 protocols 2015-02-19 14:43:17 +01:00
test_puma_server_ssl.rb Remove enable_SSLv3 support from JRuby 2015-05-01 16:49:48 -07:00
test_rack_handler.rb
test_rack_server.rb
test_tcp_rack.rb
test_thread_pool.rb Fix test 2014-11-26 23:05:12 -08:00
test_unix_socket.rb Proper 'Connection' header handling compatible with HTTP 1.0 and HTTP 1.1 protocols 2015-02-19 14:43:17 +01:00
test_ws.rb
testhelp.rb