node/lib/internal/streams
Luigi Pinca f7d57d039a 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.

PR-URL: https://github.com/nodejs/node/pull/18239
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2018-01-30 14:25:36 -06:00
..
BufferList.js stream: remove unreachable code 2018-01-30 14:25:36 -06:00
destroy.js net: return this from destroy() 2017-06-14 13:15:51 -07:00
lazy_transform.js crypto: make LazyTransform compabile with Streams1 2017-04-14 16:05:14 +02:00
legacy.js