0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc
cjihrig c2b4f4809b net: add pauseOnConnect option to createServer()
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>
2014-10-27 14:11:20 -07:00
..
api net: add pauseOnConnect option to createServer() 2014-10-27 14:11:20 -07:00
api_assets doc: style the 'type' fields in API docs 2013-07-16 10:49:54 -07:00
changelog-foot.html
changelog-head.html
full-white-stripe.jpg build: readd missing installer resources 2014-02-18 15:34:29 -08:00
mac_osx_nodejs_installer_logo.png build: readd missing installer resources 2014-02-18 15:34:29 -08:00
node.1 doc: re-add node.1 man page 2014-02-14 11:01:49 -08:00
sh_javascript.min.js
sh_main.js
sh_vim-dark.css
sh.css
template.html
thin-white-stripe.jpg build: readd missing installer resources 2014-02-18 15:34:29 -08:00