-
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
Revert "http: align with stream.Writable" #37963
Conversation
This reverts commit e2f5bb7. Reverted as it caused a significant performance regression. See: nodejs#37937
cc @BethGriggs this needs to go in v16. |
cc @nodejs/http |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bummer. Happy we tried.
@nodejs/streams |
Is the test in #37964 sufficient to avoid mem leak regression? Or was that not caused by this PR? |
We will try again 💪! (in the future) |
That's a close map to what autocannon was doing, it should be sufficient. However, autocannon was not causing warning with this reverted but the test still failed, so there might be something I'm missing. |
Can we use autocannon in a test? |
@nodejs/testing @nodejs/build is the test-asan job supposed to pass here or can this land without? |
This reverts commit e2f5bb7. Reverted as it caused a significant performance regression. See: #37937 PR-URL: #37963 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Landed in 16920db |
This reverts commit e2f5bb7.
Reverted as it caused a significant performance regression.
See: #37937