mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
This commit reverts the following commits (in reverse chronological order):74d076cerrnoException must be done immediatelyddb02b9net: support Server.listen(Pipe)085a098cluster: do not use internal server APId138875net: lazy listen on handler Commitd138875introduced a backwards incompatible change that broke the simple/test-net-socket-timeout and simple/test-net-lazy-listen tests - it defers listening on the target port until the `net.Server` instance has at least one 'connection' event listener. The other patches had to be reverted in order to revertd138875. Fixes #3832.