Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cluster: move handle tracking out of utils #23131

Merged
merged 1 commit into from
Oct 1, 2018

Commits on Oct 1, 2018

  1. cluster: move handle tracking out of utils

    internal/cluster/utils.js exported a handles object, which was
    used in a test. That test, test-cluster-disconnect-handles.js,
    was removed in nodejs#12495. This
    commit moves the handles object to the only file in the codebase
    that still uses it.
    
    PR-URL: nodejs#23131
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Sakthipriyan Vairamani <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    cjihrig committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    47a0a0b View commit details
    Browse the repository at this point in the history