-
Notifications
You must be signed in to change notification settings - Fork 631
Add TLS support to Java reactor #471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
👍 |
I'd love to see feedback on this. I'm assuming that failing test needs fixing before any discussion takes place? |
@gregors if you look at the details of the CI build you'll see that it rather timed out... Travis CI configuration needs to be fixed. |
It is sad that pull requests like this one will be just ignored by EM developers. |
@ibc your effort with this fork https://github.com/ibc/EventMachine-LE is admirable. Kudos |
Anyone know why this isn't merged yet? I could take a swing at resolving any remaining issues if I knew what they were. |
EventMachine maintai
8000
ners do not accept any pull requests anymore. You will On Thu, May 1, 2014 at 2:50 PM, Pete Schwamb notifications@github.comwrote:
|
Considering giving this a go. Could even live w/ a fork w/ "experimental" JRuby support. |
@xenolinguist Could I ask you to rebase this against current master? |
This branch adds SSL/TLS support to the Java reactor. All ssl-related tests pass against JRuby (though there are still many unrelated test failures on JRuby which exist on master).
Addresses issues #34, #180, #379, and one line-item of #117