Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.16.0
-
Component/s: camel-http4
-
Labels:None
-
Patch Info:Patch Available
-
Estimated Complexity:Unknown
-
Flags:Patch
Description
Thread leak in Http4Endpoint, doStop() does not close() the httpClient
Also when using a shared client connection manager the builder must be told of this so it does not close() a shared connection manager when the http client is closed.