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

Make MaybeSecureSocketAdapter::isSecure() private #78

Merged
merged 1 commit into from
May 30, 2022

Conversation

adamncasey
Copy link
Contributor

This is only used for something which could happen upfront, so I moved
some things around to make this the case.

I made this change when I thought we'd want to template this class on
whether it was tls or not due to integrating with boost::beast::basic_stream,
but I've since figured out that isn't going to help us here so the next change isn't
needed. I thought this commit was still useful to tidy up the interface.

@adamncasey adamncasey force-pushed the socketsecure branch 4 times, most recently from 78ca3de to d917a2f Compare May 30, 2022 13:23
This is only used for something which could happen upfront, so I moved
some things around to make this the case.

I made this change when I thought we'd want to template this class on
whether it was tls or not. Since beast::basic_stream isn't going to work
for us it isn't necessary anymore, but I thought it was still useful
@adamncasey adamncasey merged commit 55d4131 into bloomberg:main May 30, 2022
@adamncasey adamncasey deleted the socketsecure branch May 30, 2022 13:37
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.

2 participants