James Leigh created HTTPASYNC-45:
------------------------------------
Summary: CachingHttpAsyncClient Always Returns Backend's Future
Key: HTTPASYNC-45
URL: https://issues.apache.org/jira/browse/HTTPASYNC-45
Project: HttpComponents HttpAsyncClient
Issue Type: Bug
Affects Versions: 4.0-beta4
Reporter: James Leigh
Fix For: 4.0-beta5
CachingHttpAsyncClient#execute methods always return the Future<HttpResponse>
object from the backend HttpAsyncClient. Calling Future#get() returns the
backend HttpResponse (such as 304) instead of the response in the cache.
CachingHttpAsyncClient should create and use its own Future object that
overrides the Future#get() to return the HttpResponse in the cache.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]