mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
c2b4f4809b
Currently when a server receives a new connection the underlying socket handle begins reading data immediately. This causes problems when sockets are passed between processes, as data can be read by the first process and thus never read by the second process. This commit allows sockets that are constructed with a handle to be paused initially. PR-URL: https://github.com/joyent/node/pull/8576 Fixes: https://github.com/joyent/node/issues/7905 Fixes: https://github.com/joyent/node/issues/7784 Reviewed-by: Trevor Norris <trev.norris@gmail.com> |
||
---|---|---|
.. | ||
api | ||
api_assets | ||
changelog-foot.html | ||
changelog-head.html | ||
full-white-stripe.jpg | ||
mac_osx_nodejs_installer_logo.png | ||
node.1 | ||
sh_javascript.min.js | ||
sh_main.js | ||
sh_vim-dark.css | ||
sh.css | ||
template.html | ||
thin-white-stripe.jpg |