[
https://issues.apache.org/jira/browse/THRIFT-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15273511#comment-15273511
]
ASF GitHub Bot commented on THRIFT-3789:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/thrift/pull/989
> 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
> Assignee: Randy Abernethy
> Priority: Trivial
> Fix For: 0.10.0
>
>
> 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)