[
https://issues.apache.org/jira/browse/HTTPASYNC-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13682260#comment-13682260
]
Oleg Kalnichevski commented on HTTPASYNC-45:
--------------------------------------------
Stuck in my local git branch. Committed to SVN.
http://svn.apache.org/r1492676
Oleg
> 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
> Labels: patch
> Fix For: 4.0-beta5
>
> Attachments: HTTPASYNC-45.patch
>
>
> 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]