Files
node/lib
Jan Schär fd6af98c2d net: refactor Server.prototype.listen
This PR simplifies Server.prototype.listen, removing some redundancy and
inconsistency. Because listen and connect have a similar function signature,
normalizeConnectArgs can be reused for listen.
listenAfterLookup renamed to lookupAndListen for consistency with
lookupAndConnect, and moved out of Server.prototype.listen.

PR-URL: https://github.com/nodejs/node/pull/4039
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Glen Keane <glenkeane.94@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2016-09-12 16:57:27 +02:00
..
2016-09-11 21:11:49 -07:00
2016-09-07 16:29:41 -07:00
2016-08-22 11:07:05 -07:00
2016-09-12 16:57:27 +02:00
2016-05-18 02:12:28 -04:00
2016-06-17 17:03:49 +02:00
2016-08-27 16:53:59 +05:30
2016-08-10 23:41:28 +02:00