Files
node-v0.x-archive/doc
Ben Noordhuis 4c150ca0d0 net: fix listen() regression, revert patches
This commit reverts the following commits (in reverse chronological order):

  74d076c errnoException must be done immediately
  ddb02b9 net: support Server.listen(Pipe)
  085a098 cluster: do not use internal server API
  d138875 net: lazy listen on handler

Commit d138875 introduced 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 revert d138875.

Fixes #3832.
2012-08-06 23:55:38 +02:00
..
2012-07-12 03:30:04 +02:00
2012-01-04 11:20:50 -08:00
2011-11-27 21:52:27 +01:00
2012-02-14 14:34:43 -08:00
2012-06-22 08:49:20 -07:00
2009-09-10 13:40:38 +02:00
2012-01-23 13:11:32 -08:00
2012-01-23 13:11:33 -08:00
2011-07-11 08:30:37 -07:00
2011-12-05 16:20:44 -08:00