-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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: refactor Server.prototype.listen #4039
Closed
Closed
Commits on Aug 13, 2016
-
Move listenAfterLookup out of listen
* move `listenAfterLookup` out of `Server.prototype.listen` * rename `listenAfterLookup` to `lookupAndListen` for consistency with `lookupAndConnect` * self -> this
Configuration menu - View commit details
-
Copy full SHA for d5452a6 - Browse repository at this point
Copy the full SHA d5452a6View commit details -
Use normalizeConnectArgs in listen
This is mostly preparation, `options` will be used later.
Configuration menu - View commit details
-
Copy full SHA for 88c44c1 - Browse repository at this point
Copy the full SHA 88c44c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for df8d8c8 - Browse repository at this point
Copy the full SHA df8d8c8View commit details -
This removes the ifs directly dealing with arguments.
Configuration menu - View commit details
-
Copy full SHA for 959582c - Browse repository at this point
Copy the full SHA 959582cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1c6f7b - Browse repository at this point
Copy the full SHA d1c6f7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 708e1b4 - Browse repository at this point
Copy the full SHA 708e1b4View commit details
Commits on Aug 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 150723d - Browse repository at this point
Copy the full SHA 150723dView commit details
Commits on Aug 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5ab4028 - Browse repository at this point
Copy the full SHA 5ab4028View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bffc03 - Browse repository at this point
Copy the full SHA 0bffc03View commit details -
Configuration menu - View commit details
-
Copy full SHA for db798ea - Browse repository at this point
Copy the full SHA db798eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e772fa3 - Browse repository at this point
Copy the full SHA e772fa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fb1435 - Browse repository at this point
Copy the full SHA 3fb1435View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a65449 - Browse repository at this point
Copy the full SHA 4a65449View commit details
Commits on Aug 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3848eae - Browse repository at this point
Copy the full SHA 3848eaeView commit details
Commits on Sep 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4bb5770 - Browse repository at this point
Copy the full SHA 4bb5770View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.