netty5/transport/src
Scott Mitchell 2ab9d659c7 DefaultChannelPipeline needs to release objects
Motiviation:
If user events or excpetions reach the tail end of the pipeline they are not released. This could result in buffer leaks.

Motivation:
- Use the ReferenceCountUtil.release to release objects for the userEventTriggered and exceptionCaught methods on DefaultChannelPipeline

Result:
2 less areas where buffer leaks can occur.
2015-05-06 06:53:56 +02:00
..
main/java/io/netty DefaultChannelPipeline needs to release objects 2015-05-06 06:53:56 +02:00
test/java/io/netty [#3218] Add ChannelPool / ChannelPoolMap abstraction and implementations 2015-04-30 12:26:46 +02:00