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

Fix connection leak on SSL failure #843

Merged
merged 2 commits into from
May 7, 2019
Merged

Conversation

adriansr
Copy link
Contributor

@adriansr adriansr commented Apr 2, 2019

When connecting to a server using SSL fails (i.e. with SSL disabled) the connection was never freed.

Fixes #840

When connecting to a server using SSL fails (i.e. with SSL disabled)
the connection was never freed.

Fixes lib#840
@maddyblue
Copy link
Collaborator

This appears to fail some tests. Can you fix those?

@maddyblue maddyblue merged commit 2ff3cb3 into lib:master May 7, 2019
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.

Connection overflow pq: SSL is not enabled on the server
2 participants