Java HTTP 协议库 HttpComponents Core 4.4.11 发布

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

内容简介:这是一个维护版本,它修复了 TLS v1.3 兼容性问题。 支持Java 11。 请注意,从 4.4 开始,HttpCore 需要 Java1.6 或更高版本。 重要信息:强烈建议 HttpCore 4.x GA 版本的用户使用新的 HttpCore5.0 API 并为项目...

这是一个维护版本,它修复了 TLS v1.3 兼容性问题。 支持 Java 11。

请注意,从 4.4 开始,HttpCore 需要 Java1.6 或更高版本。

重要信息:强烈建议 HttpCore 4.x GA 版本的用户使用新的 HttpCore5.0 API 并为项目的开发人员提供反馈。

更新内容如下:

  • HTTPCORE-564: fixed deadlock in IOSessionImpl caused by concurrent session closure and i/o reactor shutdown. Contributed by Oleg Kalnichevski apache.org>

  • Bug fix: asynchronous HTTP connections must not suspend output if there is buffered output data. Contributed by Oleg Kalnichevski apache.org>

  • Bug fix: SSL I/O session to keep input interest if there is buffered application data. Contributed by Oleg Kalnichevski apache.org>

  • Bug fix: keep SSL i/o session in 'CLOSING' state as long as there is buffered application data. Contributed by Oleg Kalnichevski apache.org>

  • Bug fix: corrected abnormal termination of pipelined request sequence. Contributed by Oleg Kalnichevski apache.org>

  • Bug fix: non-blocking SSL session incorrectly stops decrypting incoming data if unwrap operation results in NOT_HANDSHAKING status (back-ported from master). Contributed by Oleg Kalnichevski apache.org>

  • Bug fix: corrected handling of NEED_WRAP handshake status during graceful SSL session termination (back-ported from master). Contributed by Oleg Kalnichevski apache.org>

  • Bug fix: corrected handling of graceful SSL session termination initiated by the opposite endpoint (back-ported from master). Contributed by Oleg Kalnichevski apache.org>

  • Refactor duplicate messages into a new 0-arg constructor for org.apache.http.ConnectionClosedException. Contributed by Gary Gregory apache.org>

  • Fix typos in exception messages. Contributed by Gary Gregory apache.org>

  • HTTPCORE-550: When a ParseException is caught and rethrown as an IOException in org.apache.http.impl.nio.codecs.ChunkDecoder.processFooters(), the IOException does not chain the original ParseException. Contributed by Gary Gregory apache.org>

  • HTTPCORE-562: The reason phrase returned by org.apache.hc.core5.http.HttpResponse.getReasonPhrase() may be empty. Contributed by Gary Gregory apache.org>

  • Keep the entries in org.apache.hc.core5.http.protocol.UriPatternMatcher#map in insertion order. Contributed by Gary Gregory apache.org>

  • Corrected Automatic-Module-Name entries for HttpCore NIO and HttpCore AB Contributed by Oleg Kalnichevski apache.org>

更新日志


以上所述就是小编给大家介绍的《Java HTTP 协议库 HttpComponents Core 4.4.11 发布》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

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

学习JavaScript数据结构与算法(第2版)

学习JavaScript数据结构与算法(第2版)

[巴西] Loiane Groner / 邓 钢、孙晓博、吴 双、陈 迪、袁 源 / 人民邮电出版社 / 2017-9 / 49.00元

本书首先介绍了JavaScript 语言的基础知识以及ES6 和ES7 中引入的新功能,接下来讨论了数组、栈、队列、链表、集合、字典、散列表、树、图等数据结构,之后探讨了各种排序和搜索算法,包括冒泡排序、选择排序、插入排序、归并排序、快速排序、堆排序、计数排序、桶排序、基数排序、顺序搜索、二分搜索,然后介绍了动态规划和贪心算法等常用的高级算法以及函数式编程,最后还介绍了如何计算算法的复杂度。一起来看看 《学习JavaScript数据结构与算法(第2版)》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

MD5 加密
MD5 加密

MD5 加密工具