0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib/internal/streams
Robert Nagy 8709a408d2 stream: use more accurate end-of-stream writable and readable detection
The value of stream.readable and stream.writable should not
be used to detect whether a stream is Writable or Readable.

Refs: https://github.com/nodejs/node/issues/29395
PR-URL: https://github.com/nodejs/node/pull/29409
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2019-09-22 15:47:40 -07:00
..
async_iterator.js stream: make finished call the callback if the stream is closed 2019-09-03 10:28:48 +02:00
buffer_list.js stream: improve read() performance 2019-08-30 23:39:26 -04: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: use more accurate end-of-stream writable and readable detection 2019-09-22 15:47:40 -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