netty5/handler/src/main/java/io/netty
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
..
handler Not use InternalThreadLocalMap where access may be done from outside the EventLoop. 2016-11-10 14:37:16 +01:00