netty5/handler/src
Norman Maurer 705e3f629a Not use InternalThreadLocalMap where access may be done from outside the EventLoop.
Motivation:

We should not use the InternalThreadLocalMap where access may be done from outside the EventLoop as this may create a lot of memory usage while not be reused anyway.

Modifications:

Not use InternalThreadLocalMap in places where the code-path will likely be executed from outside the EventLoop.

Result:

Less memory bloat.
2016-11-10 14:37:16 +01:00
..
main/java/io/netty/handler Not use InternalThreadLocalMap where access may be done from outside the EventLoop. 2016-11-10 14:37:16 +01:00
test OpenSslSession#initPeerCerts creates too long almost empty arrays. 2016-11-03 12:10:39 +01:00