netty5/handler
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 Use jetty-alpn-agent to simplify pom.xml 2016-01-04 20:40:46 +01:00