-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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.PassThrough not draining (from Node 16) #40935
Comments
I think this is due to the change to transforming the data on write instead of read. |
Fixes: nodejs#40935 Refs: nodejs#40947 Refs: nodejs#42457
Fixes: nodejs#40935 Refs: nodejs#40947 Refs: nodejs#42457
Version
v16.13.0
Platform
Linux david-Latitude-E6440 5.13.0-21-generic #21-Ubuntu SMP Tue Oct 19 08:59:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Subsystem
stream
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Every time
What is the expected behavior?
On Node 14:
What do you see instead?
On Node 16:
Additional information
No response
The text was updated successfully, but these errors were encountered: