博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Netty 4.1.35.Final 发布,经典开源 Java 网络服务框架
阅读量:5864 次
发布时间:2019-06-19

本文共 1550 字,大约阅读时间需要 5 分钟。

Netty 4.1.35.Final 发布了,Netty 是一个 Java 开源框架。Netty 提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。此版本包含错误修复和改进。

更新内容:

  • Only try to use OpenSslX509TrustManagerWrapper when using Java 7+ ()
  • DnsNameResolver.resolve(...) should notify future as soon as one preferred record was resolved ()
  • Correctly calculate ttl for AuthoritativeNameServer when update existing records ()
  • DnsNameResolver.resolveAll(...) should also contain non preferred addresses ()
  • Websocket client closing handshake to support "force close" after given timeout ()
  • Correctly handle overflow in Native.kevent(...) when EINTR is detected ()
  • DnsNameResolver.resolveAll(...) should not include duplicates ()
  • Skip execution of Channel*Handler method if annotated with @Skip and just use the next handler in the pipeline ()
  • Allow to offload / customize key signing operations when using BoringSSL ()
  • Allow to offload certificate validation when using BoringSSL ()
  • Add user possibility to skip the evaluation of a certain websocket extensions ()
  • Don't try to put back MemoryRegionCache.Entry objects into the Recycler when recycled because of a finalizer ()
  • Fix possible ByteBuf leak when CompositeByteBuf is resized ()
  • Allow to automatically trim the PoolThreadCache in a timely interval ()
  • Support ALLOW_HALF_CLOSURE channel option on Unix domain socket. ()
  • Correctly produce ssl alert when certificate validation fails on the client-side when using native SSL implementation ()
  • Fix HttpUtil.isKeepAlive to behave correctly when Connection is a comma separated list defect ()

详情请查看。

下载地址:

转载地址:http://pennx.baihongyu.com/

你可能感兴趣的文章
操作系统-存储管理
查看>>
JZOJ.5236【NOIP2017模拟8.7】利普希茨
查看>>
Git在Eclipse中忽略文件提交
查看>>
[环境搭建] CentOS 6.5 x64 + ELK 日志分析平台部署
查看>>
C语言sscanf用法解析与正则表达式支持
查看>>
opencv3.1线性可分svm例子及函数分析
查看>>
CSS3的REM设置字体大小
查看>>
Python-列表与元组
查看>>
算法分析之三色旗算法
查看>>
chapter4.2、函数返回值
查看>>
项目:简单记事本
查看>>
报错信息
查看>>
云打印 对 追光的人 的Beta产品测试报告
查看>>
分布式 vs 集群 主从 vs 集群
查看>>
21个CSS技巧
查看>>
寒假。3.3.G - Common Child (最大公共子序)
查看>>
java junit4-JUnit测试报 No socket available 错误
查看>>
053(五十二)
查看>>
python--字典
查看>>
052(四十二)
查看>>