netty5/handler/src
Carl Mastrangelo 05480c190f Make only default IdleStateEvents cached string representation (#9705)
Motivation:

In PR https://github.com/netty/netty/pull/9695   IdleStateEvents
were made to cache their string representation.   The reason for this
was to avoid creating garbage as these values would be used frequently.
However, these objects may be used on multiple event loops and this
may cause an unexpected race to occur.

Modification:
Only make the events that Netty creates cache their toString representation.

Result:
No races.
2019-10-24 08:35:59 +02:00
..
main Make only default IdleStateEvents cached string representation (#9705) 2019-10-24 08:35:59 +02:00
test Bugfix #9667: FlowControllerHandler swallows read-complete event when auto-read is disabled (#9691) 2019-10-23 11:02:05 +02:00