netty5/handler/src
Norman Maurer ca1e1fcddf Only try to match SSLException message when debug logging is enabled.
Motivation:

We only want to log for the particular case when debug logging is enabled so we not need to try to match the message if this is not the case.

Modifications:

Guard with logger.isDebugEnabled()

Result:

Less overhead when debug logging is not enabled.
2017-12-05 20:57:08 +01:00
..
main/java/io/netty/handler Only try to match SSLException message when debug logging is enabled. 2017-12-05 20:57:08 +01:00
test Fixed default OpenSsl cipher suites 2017-11-29 12:12:43 +01:00