venusdrogon / feilong-platform

:gem:all feilong projects's parent
http://feitianbenyue.iteye.com/
Apache License 2.0
94 stars 58 forks source link

HttpComponents Core 4.4.7 发布 #113

Closed venusdrogon closed 6 years ago

venusdrogon commented 7 years ago

HttpComponents Core 4.4.7 发布了。这是一个维护版,修复了 4.4.6 版本以来的许多问题。

更新内容如下:

HTTPCORE-487: org.apache.http.nio.reactor.ssl.SSLIOSession and SSLNHttpClientConnectionFactory do not always use the HTTP host setting. Conributed by Oleg Kalnichevski

HTTPCORE-485: Reduce memory footprint of non-blocking SSL sessions by 25%. Contributed by Todor Bonchev <31352118+TodorBonchev at users.noreply.github.com>

HTTPCORE-483: back-ported SSL session termination bug fix from 5.x. Conributed by Oleg Kalnichevski

Fixed a race condition in message exchange state synchronization during an expect-continue handshake. Conributed by Oleg Kalnichevski

完整更新内容请查看发布说明。

下载地址:

http://hc.apache.org/downloads.cgi

venusdrogon commented 6 years ago

125

venusdrogon commented 6 years ago

直接 使用 httpclient ,不再直接依赖 HttpComponents Core


<groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
            <version>${version.httpcomponents}</version>