James Reggio created THRIFT-3789:
------------------------------------

             Summary: Node.js lacks ability to destroy connection
                 Key: THRIFT-3789
                 URL: https://issues.apache.org/jira/browse/THRIFT-3789
             Project: Thrift
          Issue Type: Bug
          Components: Node.js - Library
            Reporter: James Reggio
            Priority: Trivial


At present, there is no means for destroying the socket underlying a Node.js 
Thrift Connection. When using TLS, If the socket fails to connect, calling 
end() is insufficient to release its resources. (end() sends a FIN packet, 
which is never acknowledged, holding the socket open.) This unreleased socket 
will prevent Node.js from exiting cleanly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to