mdedetrich commented on code in PR #443: URL: https://github.com/apache/incubator-pekko/pull/443#discussion_r1237086675
########## stream/src/main/scala/org/apache/pekko/stream/impl/io/TLSActor.scala: ########## @@ -71,6 +71,7 @@ import pekko.util.ByteString import TLSActor._ + private val maxTLSIterations = 1000 Review Comment: Should we make this configurable is it unnecessary for now? -- 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]
