| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
|
@nodejs/streams |
Sorry, something went wrong.
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
Sorry, something went wrong.
|
This fix is faulty and causes a regression in my stream code, which can no longer use the highWaterMark: 0 option. This issue is still present in the latest releases, including v18! #42457 seems to detail the issue. Essentially this "fix" removes all backpressure. I explicitly test against this here, since my transform stream relies on it working. I guess I will have to continue running node 14 on my servers. |
Sorry, something went wrong.
|
@kanongil can you please open a new separate issue (pointing to this PR) and I'll ping stream maintainers? |
Sorry, something went wrong.
|
@benjamingr It's already described in #42457, which I have amended with my info. |
Sorry, something went wrong.
Fixes: nodejs#40935 Refs: nodejs#40947 Refs: nodejs#42457
| Back | FazBrowse Home | New Git URL |
Fixes: #40935