Skip to content

stream: avoid unnecessary concat of a single buffer.

Avoids doing a buffer.concat on the internal buffer when that array has only a single thing in it. As pointed out in nodejs/readable-stream#162 this causes an unnecessary copy.

Merge request reports

Loading