Skip to content
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

Future returned by .startSSL() may never finish if getRead() is not invoked #61

Open
jentfoo opened this issue Jun 19, 2018 · 0 comments

Comments

@jentfoo
Copy link
Member

jentfoo commented Jun 19, 2018

This is typically not seen, as most use cases will have a read listener that is invoked when the read comes in. And that read listener will likely invoke getRead() which will finish the ssl future.

However if no read listener is set, or the read listener does not invoke getRead(), the SSL future wont currently complete. Currently this is because we handle the ssl handshake as we decrypt the read.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant