On January 26, 2016 6:01:59 PM GMT+01:00, Mark Johnson <mjohnson...@gmail.com> 
wrote:
>Hi,
>
>We're still trying to put together a concise example but have
>determined 
>some information and a work-around.  Here's the scenario that happens:
>
>Thread:
>Start-up :    Creates the Http connection;  This starts an IO
>Dispatcher 
>3 thread and a pool-41-thread-1 (for example).  The Http request is now
>
>issued
>
>pool-41-thread-1:  Gets the error (timeout or connection closed by 
>peer).  This Http request is retried
>pool-41-thread-1:  Gets the error again; The operation is retried
>again.
>pool-41-thread-1:  Gets the error again;  The connection is closed 
>(hangs here)
>
Hi Mark
What does 'hangs here' mean exactly? Blocked on a mutex? Running in a tight 
loop? Something else?

Is your application using plain HTTP or HTTPS?

Oleg

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

---------------------------------------------------------------------
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