node/doc/api
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
..
_toc.markdown doc: document the tracing api 2014-02-05 11:49:02 -08:00
addons.markdown node: add signature to SET_PROTOTYPE_METHOD 2014-04-02 01:48:34 -07:00
all.markdown doc: document the tracing api 2014-02-05 11:49:02 -08:00
assert.markdown doc: fix optional parameter parsing 2014-09-29 16:32:34 -07:00
buffer.markdown buffer, doc: misc. fix and cleanup 2014-10-08 02:24:32 -07:00
child_process.markdown doc: fix optional parameter parsing 2014-09-29 16:32:34 -07:00
cluster.markdown doc: fix brackets for optional parameters 2014-09-25 11:26:15 -07:00
console.markdown doc: fix optional parameter parsing 2014-09-29 16:32:34 -07:00
crypto.markdown doc: correct createSecureContext 2014-10-09 11:46:58 -07:00
debugger.markdown doc: Fix missing backtick in debugger doc 2013-12-30 11:44:13 -08:00
dgram.markdown doc: fix optional parameter parsing 2014-09-29 16:32:34 -07:00
dns.markdown doc: fix brackets for optional parameters 2014-09-25 11:26:15 -07:00
documentation.markdown doc: modify documentation style about 'Stability: 5' 2013-01-17 13:51:21 +01:00
domain.markdown domains: deprecate domain.dispose(). 2013-08-27 11:05:14 -07:00
events.markdown doc: fix optional parameter parsing 2014-09-29 16:32:34 -07:00
fs.markdown doc: fix optional parameter parsing 2014-09-29 16:32:34 -07:00
globals.markdown doc: improve module documentation 2013-10-27 11:47:11 +01:00
http.markdown doc: fix optional parameter parsing 2014-09-29 16:32:34 -07:00
https.markdown doc: fix optional parameter parsing 2014-09-29 16:32:34 -07:00
index.markdown Remove util.print from docs 2010-11-07 17:22:56 -08:00
modules.markdown doc: fix wording and punctuation in modules 2014-10-08 16:48:31 -07:00
net.markdown net: add pauseOnConnect option to createServer() 2014-10-27 14:11:20 -07:00
os.markdown Merge remote-tracking branch 'upstream/v0.10' 2013-10-25 11:26:05 -07:00
path.markdown doc: fix optional parameter parsing 2014-09-29 16:32:34 -07:00
process.markdown doc: note stdout and stderr special behaviors. 2014-10-01 11:45:23 -07:00
punycode.markdown doc: improve punycode.js documentation 2013-06-20 13:25:10 +02:00
querystring.markdown doc: fix optional parameter parsing 2014-09-29 16:32:34 -07:00
readline.markdown doc: improve readLine.pause() 2014-10-06 19:24:29 -05:00
repl.markdown repl: REPLServer inherits from readline.Interface 2014-02-17 16:04:36 -08:00
smalloc.markdown docs: fix smalloc.dispose() example 2014-10-27 12:58:05 -07:00
stream.markdown doc: add missing semicolons 2014-10-07 23:30:42 -07:00
string_decoder.markdown string_decoder: Add 'end' method, do base64 properly 2012-10-11 16:46:18 -07:00
synopsis.markdown doc refactor: synopsis 2012-02-29 16:04:54 -08:00
timers.markdown doc: fix optional parameter parsing 2014-09-29 16:32:34 -07:00
tls.markdown doc: correct createSecureContext 2014-10-09 11:46:58 -07:00
tracing.markdown src: move AsyncListener from process to tracing 2014-02-05 17:16:36 -08:00
tty.markdown doc: fix formatting in tty.markdown 2013-03-26 16:09:51 +01:00
url.markdown url: make query() consistent 2014-10-01 12:23:01 -07:00
util.markdown doc: fix brackets for optional parameters 2014-09-25 11:26:15 -07:00
vm.markdown doc: fix optional parameter parsing 2014-09-29 16:32:34 -07:00
zlib.markdown doc: fix brackets for optional parameters 2014-09-25 11:26:15 -07:00