You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James Reggio (JIRA)" <ji...@apache.org> on 2016/05/03 17:30:13 UTC

[jira] [Commented] (THRIFT-3789) Node.js lacks ability to destroy connection

    [ https://issues.apache.org/jira/browse/THRIFT-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15268889#comment-15268889 ] 

James Reggio commented on THRIFT-3789:
--------------------------------------

[~codesf], likewise on this one too.

> 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)