Files
node-v0.x-archive/lib
Fedor Indutny c024d2d8c0 streams: both finish and close should unpipe
Otherwise sockets that are 'finish'ed won't be unpiped and `writing to
ended stream` error will arise.

This might sound unrealistic, but it happens in net.js. When
`socket.allowHalfOpen === false`, EOF will cause `.destroySoon()` call which
ends the writable side of net.Socket.
2013-02-06 20:38:20 +04:00
..
2011-03-14 17:37:05 -07:00
2013-01-28 22:12:21 +01:00
2011-03-14 17:37:05 -07:00
2013-01-18 12:13:32 +01:00
2011-03-14 17:37:05 -07:00
2013-01-28 08:54:08 -08:00
2013-01-16 16:53:11 +01:00
2012-06-19 14:07:48 -07:00
2013-01-29 23:57:23 -08:00
2012-06-28 10:14:03 -07:00
2013-01-24 16:48:49 -08:00
2012-12-21 11:05:46 -08:00
2012-03-03 23:48:57 -08:00
2012-12-14 10:52:26 -08:00