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

net: remove long deprecated server.connections property #33647

Closed

Commits on May 30, 2020

  1. net: remove long deprecated server.connections property

    The server.connections property was runtime deprecated in the
    0.9 days. It was replaced with getConnections(). It is not
    simply an alias for getConnections() because it fails to take
    connections shared with forks into consideration. Let's not
    keep it around forever and move it to end of life
    
    Signed-off-by: James M Snell <jasnell@gmail.com>
    jasnell committed May 30, 2020
    Copy the full SHA
    5f81b5a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. [Squash] update pr-url

    jasnell committed Jun 1, 2020
    Copy the full SHA
    1b8ae95 View commit details
    Browse the repository at this point in the history