node/lib/internal/streams
Robert Nagy 033037cec9 stream: avoid unecessary nextTick
If we are not going to emit 'close' then there is no reason to
schedule it.

PR-URL: https://github.com/nodejs/node/pull/29194
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2019-08-23 15:23:09 -07:00
..
async_iterator.js stream: async iterator destroy compat 2019-08-23 08:58:10 +02:00
buffer_list.js stream: improve read() performance further 2019-08-12 16:55:05 -07:00
destroy.js stream: avoid unecessary nextTick 2019-08-23 15:23:09 -07:00
duplexpair.js tls: make deprecated tls.createSecurePair() use public API 2018-01-14 14:49:41 +01:00
end-of-stream.js stream: add readableEnded 2019-08-19 22:03:07 -07:00
lazy_transform.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
legacy.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
pipeline.js errors: add more information in case of invalid callbacks 2019-04-04 12:51:03 +02:00
state.js http: buffer writes even while no socket assigned 2019-08-09 15:55:35 -07:00