Commit 256289f
stream: sync stream unpipe resume
pipe() ondata should not control flow state if cleaned up.
Fixes: #31190
PR-URL: #31191
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>1 parent f62fb76 commit 256289fCopy full SHA for 256289f
File tree
Expand file treeCollapse file tree
2 files changed
+21
-1
lines changedOpen diff view settings
Filter options
- lib
- test/parallel
Expand file treeCollapse file tree
2 files changed
+21
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
740 | 740 | |
741 | 741 | |
742 | 742 | |
| 743 | + |
743 | 744 | |
744 | 745 | |
745 | 746 | |
| ||
749 | 750 | |
750 | 751 | |
751 | 752 | |
752 | | - |
753 | 753 | |
754 | 754 | |
755 | 755 | |
|
Collapse file
test/parallel/test-stream-readable-unpipe-resume.js
Copy file name to clipboard+20Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
0 commit comments