Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: use correct size in test-stream-buffer-list
The `n` argument of `BufferList.prototype.concat()` is not the number of `Buffer` instances in the list, but their total length when concatenated. Backport-PR-URL: #19483 PR-URL: #18239 Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
- Loading branch information