Netty 4.1.43.Final release, asynchronous event-driven network application framework

Netty 4.1.43.Final released, this version mainly fixes some bug, contains some performance enhancements.

The main updates are as follows:

  • Support query parameters semicolon
  • /Etc/resolv.conf is ignored when parsing invalid entries
  • The reconstruction of SslHandler to always use a heap buffer to achieve JDK SSLEngine
  • Bugfix # 9667: disable automatic reading after, FlowControllerHandler will swallow read the complete event
  • HTTP / 2: try to create a new stream on the receive connection GOAWAY prevent memory leaks
  • Repair deletion processing program causes abnormal output ByteToMessageDecoder
  • In updating the flow controller to the multiplexer channels simultaneously correct the fault propagation
  • SslHandler not forced to use direct byte queue
  • Add to set properties on SslContext function
  • Repair DnsNameResolver TCP back-testing and leak news
  • Reference count SslEngine hold references to the parent SslContext
  • Use Quick HPACK comparison does not check the sensitive header

Announcement: https://netty.io/news/2019/10/24/4-1-43-Final.html

Guess you like

Origin www.oschina.net/news/110917/netty-4-1-43-final-released