1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

9 commits

Author SHA1 Message Date
Evan Phoenix
d996daa15a Handle all engine data when possible. Fixes #251. 2013-06-17 23:20:54 -07:00
Ward Vandewege
eac3cc7f82 Make sure to use bytesize instead of size when writing data in the
MiniSSL's write.

@engine.write reports bytes written, not characters written.
2013-05-06 14:32:03 -04:00
Evan Phoenix
db01585874 Fixup some tests to pass in travis 2013-03-18 16:20:37 -07:00
rubiii
30ea3d0506 made MiniSSL validate key/cert file existence
Previously, MiniSSL accepted invalid paths for the key/cert file
and timed out on the first request. Now, MiniSSL raises an ArgumentError
if one of these files does not exist.

Fix for puma/puma#168
2012-11-30 13:52:05 +01:00
Evan Phoenix
9114e3c9d2 Add proper methods for nonblocking 2012-09-10 08:50:43 -07:00
Jingwen Owen Ou
6a5b30ea30 Move singleton method to MiniSSL.java 2012-08-23 20:06:18 -07:00
Evan Phoenix
e191003fc4 Start java version of MiniSSL 2012-08-23 16:56:37 -07:00
Evan Phoenix
f38678f2d7 Handle SSL eof and nonblocking 2012-08-22 22:34:10 -07:00
Evan Phoenix
17a058a158 Minor cleanup and properly scope 2012-08-22 22:12:12 -07:00
Renamed from lib/minissl.rb (Browse further)