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

OpenSSL::SSL::Context#set_cert_verify_callback: don't loose reference… #2872

Merged
merged 1 commit into from
Jun 18, 2016

Conversation

asterite
Copy link
Member

… to hostname. Fixes #2869

I'm storing hostname in @hostname just in case it's not stored anywhere else, though I think either the client or the socket store this somewhere. I'd keep it like this to be sure, I don't think it's a big overhead, even if we are absolutely sure the client/server or socket keep a reference too.

jhass added a commit that referenced this pull request Jun 18, 2016
OpenSSL::SSL::Context#set_cert_verify_callback: don't loose reference…
@jhass jhass merged commit 4674d48 into release/0.18 Jun 18, 2016
@jhass jhass added this to the 0.18.3 milestone Jun 18, 2016
@asterite asterite deleted the feature/fix_2869 branch June 18, 2016 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants