Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stream: correctly pause and resume after once('readable') #24366

Closed
wants to merge 1 commit into from

Conversation

mcollina
Copy link
Member

Fixes: #24281

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Copy link
Member

@addaleax addaleax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feels like there might be some simplification possible here, but I’m not seeing it right away :)

@mcollina
Copy link
Member Author

@mcollina
Copy link
Member Author

Landed in 69cc58d

@mcollina mcollina closed this Nov 21, 2018
@mcollina mcollina deleted the resume-after-readable branch November 21, 2018 11:17
mcollina added a commit that referenced this pull request Nov 21, 2018
Fixes: #24281

PR-URL: #24366
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Franziska Hinkelmann <[email protected]>
targos pushed a commit that referenced this pull request Nov 21, 2018
Fixes: #24281

PR-URL: #24366
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Franziska Hinkelmann <[email protected]>
rvagg pushed a commit that referenced this pull request Nov 28, 2018
Fixes: #24281

PR-URL: #24366
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Franziska Hinkelmann <[email protected]>
@BridgeAR BridgeAR mentioned this pull request Dec 5, 2018
4 tasks
@mcollina
Copy link
Member Author

@nodejs/lts @nodejs/backporters @nodejs/releasers can you please include this in the next 10.x patch release?

codebytere pushed a commit that referenced this pull request Jan 13, 2019
Fixes: #24281

PR-URL: #24366
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Franziska Hinkelmann <[email protected]>
refack pushed a commit to refack/node that referenced this pull request Jan 14, 2019
Fixes: nodejs#24281

PR-URL: nodejs#24366
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Franziska Hinkelmann <[email protected]>
@codebytere codebytere mentioned this pull request Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stream Issues and PRs related to the stream subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

stream.resume() doesn't make the stream flowing after removing readable listener
5 participants