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/org/jruby/puma
Daniel Marcotte 6995981303 Fix hang on bad SSL handshake
Both the C and JRuby SSL implementations would hang on a bad handshake
because they were not producing the EOF expected in that case.
Update their error handling to behave correctly here (note:
`test_ssl_v3_rejection` covers this).
2015-05-01 16:39:22 -07:00
..
Http11.java Increase the max URI path length to 2048 chars from 1024 chars 2013-11-10 00:16:30 -08:00
Http11Parser.java Fix use of "unsafeBytes" leading to offset errors and regen parser. 2011-11-22 16:23:34 -06:00
MiniSSL.java Fix hang on bad SSL handshake 2015-05-01 16:39:22 -07:00