内容简介:Netty是一个java开源框架。Netty提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。
##Netty 4.1.9.Final 和 4.0.45.Final 发布了
####4.0.45.Final 和 4.1.9.Final 主要更新如下:
UnorderedThreadPoolEventExecutor consumes 100% CPU when idle (#6518)
Correct usages of internalNioBuffer (#6486)
Expose ByteBufAllocator metric in a more general way (#6485)
Direct buffers in java 9? Reflections on java classes fails on java 9 (#6269)
Unpooled buffer acquired from pooled allocator may have .alloc() returning null (#6436)
Ensure CombinedChannelDuplexHandler can not be shared. (#6352)
Expose the chunkSize used by PooledByteBufAllocator. (#6354)
Allow to unwrap ByteBuffer > MAX_ENCRYPTED_PACKET_LENGTH (#6350)
OpenSSL ByteBuffer BIO (#6201)
PooledByteBuf.capacity(...) not enforces maxCapacity() (#6299)
Buffer alignment (#6293)
####4.1.9.Final 更新还包括:
Bytes are dropped when using epoll and auto read = false when peer closes connection (#6303)
HTTP/2 SETTINGS ACK sequencing issue (#6521)
Allow GOAWAY to be sent from handlers after the Http2MultiplexCodec (#6480)
DnsNameResolver should respect /etc/resolv.conf and /etc/resolver (#6321)
Automatically decode DNS domain name to unicode (#6280)
Implement correct handling of recursive DNS (#6256)
完整更新内容,请查看 4.0.45.Final 和 4.1.9.Final.
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
JavaScript快速开发工具箱
Robin Nixon / 陈武、姚飞 / 清华大学出版社 / 2011-11 / 59.00元
《JavaScript快速开发工具箱:轻松解决JavaScript日常编程问题的100个插件工具》通透讲解100个现成的JavaScript插件,引导您使用这些利器得心应手地创建动态Web内容。《JavaScript快速开发工具箱:轻松解决JavaScript日常编程问题的100个插件工具》开篇讲解JavaScript、CSS和DOM,此后每章都列举一个完整示例,指导您将特定效果快速应用于网页。使......一起来看看 《JavaScript快速开发工具箱》 这本书的介绍吧!