Netty 4.1.22.Final 发布,Java 网络服务框架

栏目: 软件资讯 · 发布时间: 6年前

内容简介:Netty 4.1.22.Final 已发布,该版本包含错误修复、性能增强和新功能,建议升级。 主要的变更: To detect Android, check the VM property rather than the classpath (#7679) Propagate full Unsafe unavailabil...

Netty 4.1.22.Final 已发布,该版本包含错误修复、性能增强和新功能,建议升级。

主要的变更:

  • To detect Android, check the VM property rather than the classpath (#7679)

  • Propagate full Unsafe unavailability reason in PlatformDependent (#7684)

  • Use long for http2 ping payload (#7690)

  • Introduce an alternative IdentityCipherSuiteFilter that defaults to supportedCiphers (#7691)

  • Reduce the default number of objects retained by the Recycler per thread (#7701)

  • Bump Conscrypt version to 1.0.0 (#7703)

  • ByteBufUtil to not pool direct memory by default (#7704)

  • NioDatagramChannel invalid usage of internalNioBuffer (#7705)

  • Http2MultiplexCodec now propagates SETTINGS and GOAWAY frames in pipeline (#7711)

  • Correctly handle the case when converting of value fails and return null or default value (#7715)

  • DefaultHeaders / CharSequenceValueConverter should treat boolean consistently (#7720)

  • Get memory address from Unsafe for OpenSSL (#7725)

  • SSL connection not closed properly after handshake failure (#7727)

  • Epoll flush/writabilityChange deadlock (#7730)

  • Fix Snappy decoding of large 2-byte literal lengths and copy offsets (#7731)

  • Ensure we always release the AddressEnvelope when doing DNS queries. (#7734)

有关详细信息和所有变更内容,请浏览 4.1.22.Final 的问题跟踪器。

重要的变更

HTTP2

该版本将 ping 帧的有效载荷类型由 ByteBuf 改为 long,因为这样可以简化事务,并且 RFC 中关于有效负荷的定义一直是 8 字节。

发布说明:http://netty.io/news/2018/02/21/4-1-22-Final.html


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

七周七并发模型

七周七并发模型

Paul Butcher / 黄炎 / 人民邮电出版社 / 2015-3 / 49.00元

借助Java、Go等多种语言的特长,深度剖析所有主流并发编程模型 基于锁和线程的并发模型是目前最常用的一种并发模型,但是并发编程模型不仅仅只有这一种,本书几乎涵盖了目前所有的并发编程模型。了解和熟悉各种并发编程模型,在解决并发问题时会有更多思路。 ——方腾飞,并发编程网站长 当看到这本书的目录时,我就为之一振。它涉及了当今所有的主流并发编程模型(当然也包括Go语言及其实现的CSP......一起来看看 《七周七并发模型》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器