0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/doc/api
cjihrig ff6535a433
http: return this from IncomingMessage#destroy()
This commit updates IncomingMessage#destroy() to return `this`
for consistency with other readable streams.

PR-URL: https://github.com/nodejs/node/pull/32789
Fixes: https://github.com/nodejs/node/issues/32772
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2020-05-09 13:57:28 -04:00
..
addons.md
assert.md 2020-05-05, Version 14.2.0 (Current) 2020-05-05 20:24:37 +02:00
async_hooks.md async_hooks: move PromiseHook handler to JS 2020-05-09 07:52:22 +02:00
buffer.md doc: update Buffer(size) documentation 2020-05-08 01:16:03 +02:00
child_process.md
cli.md
cluster.md
console.md 2020-05-05, Version 14.2.0 (Current) 2020-05-05 20:24:37 +02:00
crypto.md doc: correct description of decipher.setAuthTag in crypto.md 2020-05-08 01:37:26 +02:00
debugger.md
deprecations.md
dgram.md
dns.md
documentation.md
domain.md
embedding.md
errors.md wasi: prevent syscalls before start 2020-05-08 01:02:19 +02:00
esm.md
events.md
fs.md fs: add .ref() and .unref() methods to watcher classes 2020-05-09 07:59:08 +02:00
globals.md
http2.md doc: add Uint8Array to end and write 2020-05-08 01:10:36 +02:00
http.md http: return this from IncomingMessage#destroy() 2020-05-09 13:57:28 -04:00
https.md
index.md
inspector.md
intl.md
modules.md
n-api.md doc: update napi_async_init documentation 2020-05-06 14:58:14 -04:00
net.md doc: add warning for socket.connect reuse 2020-05-08 18:03:26 +02:00
os.md
path.md
perf_hooks.md
policy.md
process.md
punycode.md
querystring.md
readline.md
repl.md
report.md
stream.md
string_decoder.md
synopsis.md
timers.md
tls.md
tracing.md
tty.md
url.md doc: doc and test URLSearchParams discrepancy 2020-05-06 10:40:10 -07:00
util.md
v8.md
vm.md doc: removed unnecessary util imports from vm examples 2020-05-08 01:20:10 +02:00
wasi.md
worker_threads.md doc: add warnings about transferring Buffers and ArrayBuffer 2020-05-08 00:59:15 +02:00
zlib.md