Praveen Murugesan created QPID-4047:
---------------------------------------

             Summary: IoNetworkTransport doesn't use timeout on socket connect
                 Key: QPID-4047
                 URL: https://issues.apache.org/jira/browse/QPID-4047
             Project: Qpid
          Issue Type: Bug
          Components: Java Common
            Reporter: Praveen Murugesan
             Fix For: 0.17
         Attachments: addTimeOutOnSocketConnect.patch

line 76 of org/apache/qpid/transport/network/io/IoNetworkTransport calls 
_socket.connect without supplying a timeout value.  This is equivalent to an 
infinite timeout. Re-use the _timeout field within the same class that 
specifies a 60 second timeout for reads?

I've attached a patch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to