Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
-
All
Description
soap_over_http_sender owns an http_client (sender_impl->client). This http_client is not being free'd, which is causing a socket handle leak along with a significant amount of memory. The socket handle leak is particularly worrisome, as the system will eventually run out of handles, and quickly if processing high volumes of requests. Further details have been posted to the mailing list.