Files
node/lib/internal
Luigi Pinca 80b3acca07 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-24 16:26:52 +01:00
..
2017-12-24 14:09:29 +08:00
2018-01-18 22:42:31 +01:00
2017-11-16 15:42:46 -08:00
2018-01-24 16:26:52 +01:00
2018-01-24 13:07:35 +01:00
2017-12-24 14:09:29 +08:00
2018-01-24 13:07:34 +01:00
2018-01-24 13:07:34 +01:00
2017-11-24 00:13:44 +01:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These are subject to change at any time. Reliance on these modules outside of core is not supported in any way.