Hi,
Does this release have the following fix.
https://issues.apache.org/jira/browse/HTTPASYNC-21
On the jira it mentions fixed version as 4.0-beta-2, but i don't see it in the
change log of the release notes.
Changelog:
* [HTTPASYNC-20] HTTP exchange can now be aborted with HttpUriRequest#abort().
Contributed by Oleg Kalnichevski <olegk at apache.org>
* [HTTPASYNC-17] Caching HttpAsyncClient facade.
Contributed by Clinton Nielsen <clinton.h.nielsen at gmail.com>
* [HTTPASYNC-19] Fixed incorrect execution of message exchanges that span
across multiple hosts
(for instance, in case of a request redirect).
Contributed by Oleg Kalnichevski <olegk at apache.org>
* [HTTPASYNC-18] Fixed thread deadlock that could occur in the
DefaultAsyncRequestDirector
in case of a runtime exception.
Contributed by Oleg Kalnichevski <olegk at apache.org>
* [HTTPASYNC-15]: HttpAsyncClient hangs if connection leased from the pool gets
immediately closed
by the opposite endpoint.
Contributed by Oleg Kalnichevski <olegk at apache.org>
Thanks,
Rishi.
From: Oleg Kalnichevski <[email protected]>
To: announce <[email protected]>, private <[email protected]>, dev
<[email protected]>, httpclient-users <[email protected]>
Sent: Wednesday, August 08, 2012 at 3:31 pm
Subject: [ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.0-beta2 Released
Apache HttpComponents project is pleased to announce the second BETA
release of HttpAsyncClient 4.0. This release fixes a number of
non-critical issues found since release 4.0-beta1 and introduces basic
support for HTTP/1.1 response caching. Please note that caching for
streaming HTTP exchanges is currently not supported.
Users of HttpAsyncClient are advised to upgrade.
-------------------
Download -
<http://hc.apache.org/downloads.cgi>
Release notes -
<http://www.apache.org/dist/httpcomponents/httpasyncclient/RELEASE_NOTES.txt>
HttpComponents site -
<http://hc.apache.org/>
-------------------
About Apache HttpAsyncClient
Although the java.net package provides basic functionality for accessing
resources via HTTP, it doesn't provide the full flexibility or
functionality needed by many applications. HttpAsyncClient seeks to fill
this void by providing an efficient, up-to-date, and feature-rich
package with an event-driven programming interface based on a
non-blocking I/O model.
HttpAsyncClient is NOT meant to replace or supersede Apache HttpClient.
It is a complementary library to Apache HttpClient intended for special
cases where ability to handle a great number of concurrent connections
is more important than performance in terms of a raw data throughput.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]