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 发布》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

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

算法之美

算法之美

[美]布莱恩·克里斯汀、[美]汤姆·格里菲思 / 万慧、胡小锐 / 中信出版集团 / 2018-5-20 / 59.00

我们所有人的生活都受到有限空间和有限时间的限制,因此常常面临一系列难以抉择的问题。在一天或者一生的时光里,哪些事是我们应该做的,哪些是应该放弃的?我们对杂乱无序的容忍底线是什么?新的活动与熟悉并喜爱的活动之间如何平衡,才能取得令人愉快的结果?这些看似是人类特有的难题,其实不然,因为计算机也面临同样的问题,计算机科学家几十年来也一直在努力解决这些问题,而他们找到的解决方案可以给我们很多启发。 ......一起来看看 《算法之美》 这本书的介绍吧!

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

Base64 编码/解码

MD5 加密
MD5 加密

MD5 加密工具