0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 23:43:09 +01:00
nodejs/doc/api
James M Snell 6911fe337c http2: refinement and test for socketError
Fixes: https://github.com/nodejs/http2/issues/184

Refines the `'socketError'` event a bit and adds a test for the
emission of the `'socketError'` event on the server. Client side
is tested separately

PR-URL: https://github.com/nodejs/node/pull/14239
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2017-08-04 12:56:34 -07:00
..
_toc.md http2: introducing HTTP/2 2017-08-04 12:55:44 -07:00
addons.md
all.md doc: include http2.md in all.md 2017-08-04 12:56:14 -07:00
assert.md tools: replace assert-throw-arguments custom lint 2017-08-02 09:27:35 -07:00
async_hooks.md
buffer.md util: implement WHATWG Encoding Standard API 2017-07-24 14:04:13 -07:00
child_process.md doc: add entry for subprocess.killed property 2017-08-04 11:34:01 -07:00
cli.md http2: introducing HTTP/2 2017-08-04 12:55:44 -07:00
cluster.md 2017-07-19, Version 8.2.0 (Current) 2017-07-19 18:40:42 -04:00
console.md doc: erase unneeded eslint-plugin-markdown comment 2017-08-03 20:51:20 +03:00
crypto.md doc: fix verify in crypto.md 2017-07-27 10:31:41 -07:00
debugger.md
deprecations.md repl: deprecate REPLServer.parseREPLKeyword 2017-08-02 14:39:06 -04:00
dgram.md dgram: add custom lookup function in sockets 2017-08-02 20:32:51 -04:00
dns.md dns: add channel.cancel() 2017-08-01 19:57:24 +02:00
documentation.md doc: update experimental status to reflect use 2017-07-24 09:55:13 -07:00
domain.md
errors.md http2: fix documentation nits 2017-08-04 12:56:10 -07:00
events.md
fs.md docs: add note about fs.rmdir() 2017-07-19 13:46:33 -07:00
globals.md
http2.md http2: refinement and test for socketError 2017-08-04 12:56:34 -07:00
http.md
https.md
index.md
inspector.md
intl.md doc: cross-link util.TextDecoder and intl.md 2017-07-28 01:18:24 +03:00
modules.md doc: add docs for module.paths 2017-07-25 11:30:15 -04:00
n-api.md doc: document napi_finalize() signature 2017-07-31 11:22:36 -04:00
net.md doc: fix minor typos in net.md 2017-07-30 13:07:59 +02:00
os.md
path.md
process.md doc: update umask for clarity 2017-07-14 14:05:59 -07:00
punycode.md
querystring.md
readline.md readline: remove max limit of crlfDelay 2017-07-31 23:03:18 +02:00
repl.md repl: deprecate REPLServer.parseREPLKeyword 2017-08-02 14:39:06 -04:00
stream.md doc: fix typo in stream.md 2017-07-21 10:48:38 +08:00
string_decoder.md
synopsis.md
timers.md
tls.md tls: add tlsSocket.disableRenegotiation() 2017-08-04 12:55:30 -07:00
tracing.md
tty.md doc: note 'resize' event conditions on Windows 2017-07-09 17:59:11 -04:00
url.md doc, url: add changelog metadata for url.format 2017-08-01 11:46:19 +08:00
util.md util: implement %o and %O as formatting specifiers 2017-08-04 19:30:42 +02:00
v8.md doc: fix some links 2017-07-23 22:10:59 +03:00
vm.md
zlib.md