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

doc: improve server.listen() random port #7976

Closed
wants to merge 1 commit into from

Commits on Aug 5, 2016

  1. doc: improve server.listen() random port

    Minor rewording related to making a server listen to a random port,
    and added how to retrieve which port was randomly chosen by the OS.
    
    Also changed documented `server.listen()` signature as it does in fact
    not require `port` to be provided.
    
    PR-URL: nodejs#7976
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    phillipj committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    57e95d9 View commit details
    Browse the repository at this point in the history