node/lib/internal/streams
Luigi Pinca 8f830ca896
stream: remove unreachable code
To avoid a function call `BufferList.prototype.concat()` is not called
when there is only a buffer in the list. That buffer is instead
accessed directly.

Backport-PR-URL: https://github.com/nodejs/node/pull/19483
PR-URL: https://github.com/nodejs/node/pull/18239
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2018-03-29 23:25:37 -04:00
..
BufferList.js stream: remove unreachable code 2018-03-29 23:25:37 -04:00
lazy_transform.js crypto: make LazyTransform compabile with Streams1 2017-05-17 21:31:51 -04:00
legacy.js stream: move legacy to lib/internal dir 2017-03-08 17:10:53 -08:00