netty5/buffer
Scott Mitchell 8c8fa11004 Unpooled and Wrapped Buffer Leak
Motivation:
There are a few buffer leaks related to how Unpooled.wrapped and Base64.encode is used.

Modifications:
- Fix usages of Bas64.encode to correct leaks
- Clarify interface of Unpooled.wrapped* to ensure reference count ownership is clearly defined.

Result:
Reference count code is more clearly defined and less leaks are possible.
2016-01-07 12:03:10 -08:00
..
src Unpooled and Wrapped Buffer Leak 2016-01-07 12:03:10 -08:00
pom.xml Fix version 2015-11-24 21:24:22 +01:00