[ 
https://issues.apache.org/jira/browse/HTTPASYNC-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13682320#comment-13682320
 ] 

Oleg Kalnichevski commented on HTTPASYNC-45:
--------------------------------------------

James,
What would you want me to do about the latest version of the patch? Can you 
rebuild it against the latest SVN trunk?

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: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to