-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
document server.listen return val #4590
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Incidentally, do all the server methods return |
LGTM |
Is the subsystem "docs" or "http"? |
looks like "doc" from other commits, I'll go with that. |
The server method returns `self` in order to allow chaining. closes nodejs#4571
1f36437
to
432aced
Compare
OK lmk if it's still not in compliance! 😸 |
They should, but there may be a few methods around that don't. If you find any that return |
LGTM |
Thanks! Landed with slight tweaks to the message in 9456f50. |
The server method returns `self` in order to allow chaining. PR-URL: nodejs#4590 Fixes: nodejs#4571 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
closes #4571