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

Add listening method to net + tests #4743

Closed
wants to merge 1 commit into from

Commits on Jan 19, 2016

  1. net: add net.listening boolean property over a getter

    Added a listening property into net.Server.prototype indicating
    if the server is listening or not for connections.
    
    Other Server constructors that rely on net.Server should also
    gain access to this property.
    
    Also included tests for net and http subsystems.
    José Moreira committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    045a757 View commit details
    Browse the repository at this point in the history