-
Notifications
You must be signed in to change notification settings - Fork 30k
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: update comment for needMoreData #19695
Comments
@mcollina I'd like to take this issue up. I do think I'd need some guidance and might have some followup questions while I wrap my head around the problem. |
Definitely. If that also result in one more unit test, even better! |
@mcollina, since there is no PR from 6 days, may I work on this issue? This is my first contribution so I would need some guidance. |
Sure, feel free to ping me in IRC or twitter any time. |
@mcollina - Apologies, something came up on my end. @vsnehil92 - Feel free to work on this as I haven't had any time. |
Fixed by e76831b. Closing. |
node/lib/_stream_readable.js
Lines 304 to 315 in d37e59f
Specifically it states:
I think that comment is actually wrong. It says
However it has a check (simplified) as:
Which will return
true
if we are below the watermark.This would be a good issue for someone willing to learn more about streams.
The text was updated successfully, but these errors were encountered: