https://issues.apache.org/bugzilla/show_bug.cgi?id=51888

--- Comment #11 from Philippe Mouawad <[email protected]> 
2011-09-26 20:08:55 UTC ---
Hello Sebb,
I think issue (Deadlock) only occurs with HC4 implementation because in this
one we use for interrupt  request#abort while in HC3 we use the same method
used in shutdown.

My fix was just for deadlock, by locking a HttpHC4Impl level, I ensure sequence
that request.abort and ConnectionManager().shutdown() are never called at the
same time which would cause the deadlock.

I am not sure to understand the general issue you are talking about:
- Is it that interrupt might be called after shutdown ?


Regards
Philippe Mouawad

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to