| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
If backporting autoDestroy would have to be explicitly set to true. |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
|
I prefer this to land as a semver-major commit. |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
CI passes |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
|
Seems to be quite a bit of failures on CITGM though I don't think they are related to this PR. I'd appreciate a second opinion @Trott @MylesBorins. #31806 (comment) |
Sorry, something went wrong.
|
Nevermind, CITGM looks good. This PR actually has fever failures than master (for some reason?). |
Sorry, something went wrong.
|
@nodejs/tsc this needs another approval. |
Sorry, something went wrong.
There was a problem hiding this comment.
I’m not sure I understand why this is necessary either, but I agree that the test functionality shouldn’t be affected – the important thing is that the .once('error') handler below fires.
Sorry, something went wrong.
Refactors net.Socket into using autoDestroy functionality of streams. PR-URL: #31806 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Set `allowHalfOpen: true` in the client. Fixes: nodejs#29802 Refs: nodejs#31806
| Back | FazBrowse Home | New Git URL |
Refactors net.Socket into using autoDestroy functionality of streams.
During this refactoring due to slightly different timing of things other bugs got activated and needed to be resolved.
Also, the behaviour of net.Socket and stream.Duplex needed to be consolidated to have the same generic behaviour in terms of allowHalfOpen.
Also fixes a close vs shutdown race #32486 (comment)
Checklist