Files
node/lib
Fedor Indutny 5e06ce4fb9 child_process: fix sending handle twice
When sending a socket to a child process via IPC pipe,
`child_process.js` picks a raw UV handle from `_handle` property, sends
it, and assigns `null` to the property. Sending the same socket twice
was resulting in a runtime error, since we weren't handling the empty
`_handle` case.

In case of `null` `_handle` we should send just a plain text message
as passed it was passed to `.send()` and ignore the handle, letting
users handle such cases themselves instead of throwing the error at
runtime.

fix #5469
2014-03-05 09:36:35 -08:00
..
2011-03-14 17:37:05 -07:00
2011-03-14 17:37:05 -07:00
2011-03-14 17:37:05 -07:00
2013-12-12 09:38:47 -08:00
2014-02-10 10:59:52 -08:00
2013-02-22 16:30:27 -08:00
2013-01-16 16:53:11 +01:00
2012-06-28 10:14:03 -07:00
2013-12-10 22:56:01 +04:00
2013-02-28 23:11:47 +01:00
2013-03-06 11:44:29 -08:00
2012-03-03 23:48:57 -08:00