0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 23:43:09 +01:00
nodejs/lib
Robert Nagy 73f3072ffb stream: simplify Writable.end()
Simplifies Writable.end() by inlining and
de-duplicating code.

PR-URL: https://github.com/nodejs/node/pull/32882
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2020-04-18 21:07:26 +02:00
..
fs
internal module: remove experimental modules warning 2020-04-17 12:26:12 -04:00
_http_agent.js http: refactor agent 'free' handler 2020-04-15 02:13:51 +02:00
_http_client.js http: fix incorrect headersTimeout measurement 2020-04-02 14:50:20 +02:00
_http_common.js http: fix incorrect headersTimeout measurement 2020-04-02 14:50:20 +02:00
_http_incoming.js
_http_outgoing.js http: don't emit 'finish' after 'error' 2020-03-18 13:09:26 +01:00
_http_server.js http: fix incorrect headersTimeout measurement 2020-04-02 14:50:20 +02:00
_stream_duplex.js stream: align stream.Duplex with net.Socket 2020-03-25 15:20:22 +01:00
_stream_passthrough.js
_stream_readable.js stream: use callback to properly propagate error 2020-04-03 19:00:28 +02:00
_stream_transform.js stream: simplify Transform stream implementation 2020-04-15 21:25:42 +02:00
_stream_wrap.js
_stream_writable.js stream: simplify Writable.end() 2020-04-18 21:07:26 +02:00
_tls_common.js
_tls_wrap.js net: make readable/writable start as true 2020-03-24 09:45:25 +01:00
.eslintrc.yaml
assert.js Revert "assert: fix line number calculation after V8 upgrade" 2020-03-18 16:35:41 -07:00
async_hooks.js async_hooks: merge run and exit methods 2020-04-13 18:37:44 +02:00
buffer.js buffer: add type check in bidirectionalIndexOf 2020-04-13 23:22:09 +02:00
child_process.js
cluster.js
console.js
constants.js
crypto.js tls: provide default cipher list from command line 2020-04-13 18:48:23 +02:00
dgram.js
dns.js dns: remove duplicate code 2020-04-07 20:35:07 +02:00
domain.js
events.js
fs.js fs: make parameters optional for readSync 2020-04-02 18:34:31 +02:00
http2.js
http.js
https.js
inspector.js
module.js
net.js net: autoDestroy Socket 2020-04-02 23:38:32 +02:00
os.js src: create a getter for kernel version 2020-03-09 12:44:16 +01:00
path.js
perf_hooks.js perf_hooks: allow omitted parameters in 'performance.measure' 2020-04-10 18:08:30 +08:00
process.js
punycode.js
querystring.js
readline.js
repl.js repl: fixup error message 2020-03-27 15:59:43 +01:00
stream.js
string_decoder.js
sys.js
timers.js lib: created isValidCallback helper 2020-04-14 13:54:21 +08:00
tls.js tls: provide default cipher list from command line 2020-04-13 18:48:23 +02:00
trace_events.js
tty.js
url.js
util.js
v8.js
vm.js
wasi.js wasi: clean up options validation 2020-03-30 17:22:22 +02:00
worker_threads.js
zlib.js zlib: align with streams 2020-03-19 10:56:45 +01:00