netty5/transport/src
Norman Maurer b1c57257af
Correctly calculate the initial size of the LinkedHashMap during DefaultChannelGroup.write* (#10055)
Motivation:

We should not include the number of ServerChannel that are part of the DefaultChannelGroup when specify the initial size of the LinkedHashMap

Modifications:

Only use the number of the non ServerChannel

Result:

Reduce memory-footprint
2020-02-24 19:29:08 +01:00
..
main Correctly calculate the initial size of the LinkedHashMap during DefaultChannelGroup.write* (#10055) 2020-02-24 19:29:08 +01:00
test/java/io/netty Adding pipeline rename handler tests (#10028) 2020-02-14 16:53:09 +01:00