pjfanning commented on code in PR #3164:
URL: https://github.com/apache/pekko/pull/3164#discussion_r3463162311
##########
remote/src/main/scala/org/apache/pekko/remote/transport/netty/SSLEngineProvider.scala:
##########
@@ -44,6 +46,13 @@ trait SSLEngineProvider {
def createClientSSLEngine(): SSLEngine
+ /**
+ * Create a client SSLEngine with the target hostname and port for hostname
verification.
+ * Default implementation delegates to [[createClientSSLEngine()]].
+ */
Review Comment:
Can this be `@since 1.7.0` as this change could be useful in pekko 1.x?
If this is too hard to support backporting then we should put `@since 2.0.0`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]