HTTPCLIENT-903 Use ConcurrentHashMap instead of [Linked]HashMap for thread-safety

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@897644 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-01-10 14:55:47 +00:00
parent e3c2e7b208
commit 77bfc66f7d
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
Changes since 4.1 ALPHA1
-------------------
* [HTTPCLIENT-903] Use ConcurrentHashMap instead of [Linked]HashMap for thread-safety
Improve performance of AuthSchemeRegistry, CookieSpecRegistry and SchemeRegistry classes.
* [HTTPCLIENT-902] HttpRequestRetryHandler not called on I/O exceptions
thrown when opening a new connection.
Contributed by Olivier Lamy <olamy at apache.org> and