| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Set `allowHalfOpen: true` in the client. Fixes: nodejs#29802 Refs: nodejs#31806
Sorry, something went wrong.
|
Stress test this PR (should be green): https://ci.nodejs.org/job/node-stress-single-test/111/ ✅ Stress test master branch (should be very red): https://ci.nodejs.org/job/node-stress-single-test/112/ ❌ |
Sorry, something went wrong.
Sorry, something went wrong.
|
Why allowHalfOpen was not needed before #31806? I mean #31806 was not meant to change net.Socket behavior no? |
Sorry, something went wrong.
A similar comment was left by @addaleax on the original PR: #31806 (comment) /cc @ronag |
Sorry, something went wrong.
It's a semver major... the timing of things might have changed. I believe onReadableStreamEnd was partly broken before and could cause 'finish' to be emitted after 'close' or something along those lines. Not sure anymore. The full conversation is here https://github.com/nodejs/node/pull/31806/files#r386140400 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Set allowHalfOpen: true in the client.
Fixes: #29802
Refs: #31806
Checklist