netty5/common/src
Norman Maurer 71efb0b39e Do not replace System.err during Slf4JLoggerFactory construction
Motivation:

Replacing System.err during Slf4JLoggerFactory construction is problematic as another class may optain the System.err reference before we set it back to the original value.

Modifications:

Remove code that temporary replaced System.err.

Result:

Fixes [#6212].
2017-01-19 19:28:01 +01:00
..
main Do not replace System.err during Slf4JLoggerFactory construction 2017-01-19 19:28:01 +01:00
test Correctly handle IPV6 in HttpProxyHandler 2017-01-12 07:51:37 +01:00