Author: olegk
Date: Sun Apr 22 11:56:40 2012
New Revision: 1328859
URL: http://svn.apache.org/viewvc?rev=1328859&view=rev
Log:
HTTPASYNC-18: updated release notes
Modified:
httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt
Modified: httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt?rev=1328859&r1=1328858&r2=1328859&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt Sun Apr 22 11:56:40 2012
@@ -1,6 +1,10 @@
Changes sicne release 4.0 Beta 1
-------------------
+* [HTTPASYNC-18] Fixed thread deadlock that could occur in the DefaultAsyncRequestDirector
+ in case of a runtime exception.
+ Contributed by Oleg Kalnichevski <olegk at apache.org>
+
* [HTTPASYNC-15]: HttpAsyncClient hangs if connection leased from the pool gets immediately
closed
by the opposite endpoint.
Contributed by Oleg Kalnichevski <olegk at apache.org>
|