Commit 8854183
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.
Reviewed-By: Chris Dickinson <chris@neversaw.us>
Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #33001 parent 770cd22 commit 8854183Copy full SHA for 8854183
File tree
Expand file treeCollapse file tree
1 file changed
+2
-0
lines changedOpen diff view settings
Filter options
- lib
Expand file treeCollapse file tree
1 file changed
+2
-0
lines changedOpen diff view settings
Collapse file
+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
836 | 836 | |
837 | 837 | |
838 | 838 | |
| 839 | + |
| 840 | + |
839 | 841 | |
840 | 842 | |
841 | 843 | |
|
0 commit comments