On January 29, 2014 5:38:13 PM CET, Thomas Boniface <tho...@stickyads.tv> wrote:
>Thanks for your help regarding the snapshot. Here is an updated log
>using
>the 4.0.1-SNAPSHOT.
>
>Regarding request cancel, it is done as follow:
>
>if (futureHttpResponse != null && !futureHttpResponse.isCancelled()) {
>            futureHttpResponse.cancel(true);
>}
>
>where futureHttpResponse  what the object return by the execute call.
>
>Thomas

Thomas,
I am sorry I cannot reduce the cause of the problem just by looking at the log.

What happens if you do not cancel the request? Does the connection get returned 
to the pool?

Oleg

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to