Netty 4.0.34 發布,高性能網絡框架

jopen 8年前發布 | 11K 次閱讀

Netty 4.0.34 發布,高性能網絡框架

Netty 4.0.34 發布,更新如下:

  • SslHandler does not send SSL close notify after receiving an invalid client certificate (#3900)

  • High CPU usage with SO_LINGER and sudden connection close (4.0.26.Final+) (#4449)

  • DefaultPromise LateListener notification order (#4492)

  • Respect ClientAuth set via OpenSslEngine constructor (#4576)

  • Throw ReadOnlyBufferException if unsafe buffer is used and dst is direct (#4577)

  • Prevent adding newline if Base64 buffer encoded ends directly on MAX_LINE_LENGTH (#4595

  • isKeepAlive is not supported by Epoll (#4604)

  • Customizable estimation for messages written outside the EventLoop (#4620)

  • Ensure closing a Socket / FileDescriptor multiple times will not throw exception (#4623)

  • Set DSCP bits for IPv6 when setting traffic class. (#4650)

  • Stop decoding if decoder was removed (#4651)

  • Ensure we only add OpenSslEngine to the OpenSslEngineMap when handshake is started (#4653)

  • Unpooled and Wrapped Buffer Leak (#4667)

  • Decryption failed or bad mac record in Android 5.0 (#4678)

  • IndexOutOfBoundsException for CompositeByteBuf (#4681)

  • Let CombinedChannelDuplexHandler correctly handle exceptionCaught. (#4702)

  • Correctly handle non handshake commands when using SniHandler (#4703)

  • Implement proper resource leak detection for CompositeByteBuf (#4713)

  • OpenSslEngine.setEnabledProtocols fails to enable protocols that are currently disabled (#4736)

  • Ensure ChannelHandler.handlerAdded(...) is always called as first method of the handler (#4776)

  • SslHandler should call beginHanshake once for the initial handshake (#4764)

  • Ensure the whole certificate chain is used when creating SslContext for client mode and SslProvider.OPENSSL is used (#4767)

  • Correctly handle wildcard address when bind to socket and using native transport (#4770)

詳情請看:http://netty.io/news/2016/01/29/4-0-34-Final.html
下載:netty-4.0.34.Final

Netty 提供異步的、事件驅動的網絡應用程序框架和工具,用以快速開發高性能、高可靠性的網絡服務器和客戶端程序。

體系結構圖

Netty 4.0.34 發布,高性能網絡框架

在線Javadoc:http://tool.oschina.net/apidocs/apidoc?api=netty

來自: http://www.oschina.net//news/70477/netty-4-0-34

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!