Netty 4.0.1.Final released
Only one day after our Final release of Netty 4.0.0, we bring you the first bug-fix release out of the 4.x tree. This release fixes a resource leak in WebSockets code base and SPDY handling.
Important changes
As noted above this release contains important fixes / changes. Those are listed below.
- Fix resource leakage in WebSocketUtil.base64(...). (#1579)
- SpdySessionHandler pending writes broken. (#1580) and #1582)
Visit here for the complete list of the changes.