Skip to content

Conversation

@vksampath
Copy link
Contributor

@vksampath vksampath commented Mar 25, 2020

Currently, SslProtocols is not being included in ConfigurationOptions.ToString(). The PR address the issue. #1407

@mgravell
Copy link
Collaborator

Is the extra method needed? Could this be just:

Append(sb, OptionKeys.SslProtocols, SslProtocols?.ToString()?.Replace(',','|');

?

@vksampath
Copy link
Contributor Author

You are right. It is more concise this way.
I just made the change.

@mgravell
Copy link
Collaborator

Awesome. Looks great. Merging, thanks!

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