Skip to content

Conversation

@gwossum
Copy link
Member

@gwossum gwossum commented Jan 23, 2026

TLSConfigManager.TLSConfig() will now always returned a cloned *tls.Config. This eliminates the need to manually cloning the returned *tls.Config before using it to Dial or Listen. It will also eliminate any bugs in current code which used the returned config without cloning it.

TLSConfigManager.TLSConfig() will now always returned a cloned
*tls.Config. This eliminates the need to manually cloning the returned
*tls.Config before using it to Dial or Listen. It will also eliminate
any bugs in current code which used the returned config without cloning
it.
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.

2 participants