https://issues.apache.org/bugzilla/show_bug.cgi?id=51888
--- Comment #6 from Philippe Mouawad <[email protected]> 2011-09-26 08:30:14 UTC --- Created attachment 27591 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27591 Fix to the issue Hello, Here is my fix that should be removed once bug is fixed in HTTPCLient. To workaround the pb related to a different sequence of calls on shutdown from HTTPHC4Impl, I synchronize both request.abort(); and the for loop that shutdowns the connection managers of a thread. It should not have an important performance impact since it only concerns stop and shutdown sequences. Since I applied it I never reproduce issue. 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]
