eric6iese commented on PR #2461: URL: https://github.com/apache/cxf/pull/2461#issuecomment-2972497176
Sadly, the solution does not work as expected: While it fixes the MemoryLeak with dead threads, it opens up a completely different memory leak when creating many short-lived instances from the same thread. This, and the fact that there are even more WeakHashMaps of Threads in the SOAP-Client convinces me that the fix should instead be within the HttpClientHTTPConduit by removing the PipedStreams as soon as they are closed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org