Files
node/doc/api
Chris Dickinson 4ef2a5a672 net,stream: add isPaused, don't read() when paused
net Sockets were calling read(0) to start reading, without
checking to see if they were paused first. This would result
in paused Socket objects keeping the event loop alive.

Fixes #8200

Reviewed-by: Trevor Norris <trev.norris@gmail.com>
2014-08-20 13:58:12 -07:00
..
2014-02-05 11:49:02 -08:00
2014-02-05 11:49:02 -08:00
2014-02-23 18:09:26 +04:00
2014-08-11 22:00:34 +04:00
2010-11-07 17:22:56 -08:00
2012-02-29 16:04:54 -08:00
2013-08-28 22:27:24 -07:00