[
https://issues.apache.org/jira/browse/THRIFT-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Randy Abernethy resolved THRIFT-3789.
-------------------------------------
Resolution: Fixed
Fix Version/s: 0.10.0
committed
> 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)