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: move isLegalPort to internal/net #4882

Merged
merged 1 commit into from Jan 30, 2016

Commits on Jan 30, 2016

  1. net: move isLegalPort to internal/net

    isLegalPort can be used in more places than just net.js. This change
    moves it to a new internal net module in preparation for using it in
    the dns module.
    
    PR-URL: nodejs#4882
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    evanlucas committed Jan 30, 2016
    Copy the full SHA
    6cbbfef View commit details
    Browse the repository at this point in the history