Sock handle and mem leak in axis2_soap_over_http_sender_send
------------------------------------------------------------

                 Key: AXIS2C-536
                 URL: https://issues.apache.org/jira/browse/AXIS2C-536
             Project: Axis2-C
          Issue Type: Bug
          Components: core/transport
         Environment: All
            Reporter: Jared Hanson
            Priority: Critical


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to