netty5/transport/src
Scott Mitchell 27c68a10ec DefaultChannelHandlerContext write leak
Motivation:
DefaultChannelHandlerContext calls a utility method validatePromise which may throw if the arguments are not valid. If this method throws then the message will not be released.

Modifications:
- If an exception is thrown the message should be released

Result:
No more leak in DefaultChannelHandlerContext.write
2016-03-07 09:30:11 -08:00
..
main/java/io/netty DefaultChannelHandlerContext write leak 2016-03-07 09:30:11 -08:00
test/java/io/netty DefaultChannelHandlerContext write leak 2016-03-07 09:30:11 -08:00