-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
stream: another missing end event #18484
Copy link
Copy link
Closed
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.streamIssues and PRs related to Node.js streams.Issues and PRs related to Node.js streams.
Description
Activity
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.streamIssues and PRs related to Node.js streams.Issues and PRs related to Node.js streams.
1e0f331 introduced another issue where
endisn't emitted. Note that this is a different issue than #18294 although they seem related.Here is a test case. After some poking around it seems to be back pressure related.