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

Fixes connection leak for SSL failures. #315

Merged
merged 4 commits into from
Jan 17, 2015
Merged

Conversation

NiteshKant
Copy link
Member

The code was not releasing connections, whenever there was an SSL error for handshake or otherwise.
Introduced a handler that catches SSLException and provides a single Observable for SSL completion.
ClientChannelFactoryImpl now listens to this Observable and properly emits error/completion of connection.

Nitesh Kant added 4 commits January 16, 2015 23:16
The code was not releasing connections, whenever there was an SSL error for handshake or otherwise.
Introduced a handler that catches SSLException and provides a single Observable for SSL completion.
Now, we release connections on any SSL errors.
@NiteshKant NiteshKant added this to the 0.4.5 milestone Jan 17, 2015
NiteshKant added a commit that referenced this pull request Jan 17, 2015
Fixes connection leak for SSL failures.
@NiteshKant NiteshKant merged commit a7c618a into ReactiveX:0.x Jan 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant