Files
Bert Belder 7d7bca6493 net: make pause/resume work with connecting sockets
Calling resume() on a net connection for which the IP address is still
being resolved crashes node with an assertion error inside libuv.
Calling pause() before the socket is connected doesn't crash, but it
doesn't work either. This patch fixes it.

Ref: #3118
2012-08-03 15:48:29 +02:00
..
2011-03-14 17:37:05 -07:00
2011-10-05 18:51:06 -07:00
2011-03-14 17:37:05 -07:00
2012-05-14 17:12:59 +02:00
2011-03-14 17:37:05 -07:00
2011-10-22 14:14:40 +09:00
2011-11-10 14:51:16 -08:00
2011-03-14 17:37:05 -07:00
2012-01-30 14:12:23 +01:00
2012-05-14 17:12:59 +02:00
2012-01-22 17:29:40 +09:00
2011-09-08 13:30:52 -07:00
2012-05-09 04:44:04 +02:00