Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-3789

Node.js lacks ability to destroy connection

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 0.10.0
    • Node.js - Library
    • None
    • Patch Available

    Description

      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.

      Attachments

        Activity

          People

            codesf Randy Abernethy
            jamesreggio James Reggio
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: