Netty 4.0.13.Final 发布,此版本是个 bug 修复版本,但是也包括很多性能改进,特别是 http-codec 和 SslHandler 方面。此版本解决了 18 个问题和任务。此版本的 API 兼容之前的 4.0.x 系列的版本。
最主要的更新:
ChannelHandlerContext exposes package private class ChannelOutboundInvoker (#1991)
IllegalStateException in the selector loop when a connection attempt is cancelled. (#1986)
discardSomeReadBytes() throws IndexOutOfBoundsException in CompositeByteBuf (#1976)
Optimize SslHandler (#1972)
更多请看 这里 。
Netty 提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。
项目主页:https://github.com/netty/netty/issues?milestone=76&state=closed
下载地址:https://github.com/netty/netty
来自:开源中国社区

