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:
parent
e3c2e7b208
commit
77bfc66f7d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue