Hi all, I am using CXF 2.3.0 and after some time running, some of my client threads hang at HashMap<K,V>.put(K, V) line: 374 HashMap<K,V>.putAll(Map<? extends K,? extends V>) line: 524 ClientImpl.processResult(Message, Exchange, BindingOperationInfo, Map<String,Object>) line: 593 ClientImpl.onMessage(Message) line: 749 HTTPConduit$WrappedOutputStream.handleResponseInternal() line: 2201 HTTPConduit$WrappedOutputStream$1.run() line: 2076 Thread.run() line: 662
I found the issue is exactly the same as issue CXF-2992. But, according to issue comments, it should have already been fixed by CXF 2.2.11 and 2.3.0. But, it seems the comment is wrong. Thanks Weihua
