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
net: Fix invalid write after end error #36043
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Review requested: |
Don't error if not ended. Fixes: nodejs#36029
4c50922
to
1f73c8a
Compare
aduh95
reviewed
Nov 8, 2020
mscdex
reviewed
Nov 8, 2020
mscdex
reviewed
Nov 8, 2020
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
|
that's semver-major, so no. |
|
Thanks @mscdex! |
|
The test-stream-transform-end.js test file added here is timing out in GitHub CI. |
lpinca
reviewed
Nov 9, 2020
lpinca
reviewed
Nov 9, 2020
lpinca
approved these changes
Nov 9, 2020
61d67ad
to
a0ea1b0
Compare
Commit Queue failed- Loading data for nodejs/node/pull/36043 ✔ Done loading data for nodejs/node/pull/36043 ----------------------------------- PR info ------------------------------------ Title net: Fix invalid write after end error (#36043) Author Robert Nagy (@ronag) Branch ronag:net-write-after-end-no-half-open -> nodejs:master Labels author ready, dont-land-on-v10.x, dont-land-on-v12.x, dont-land-on-v14.x, net Commits 8 - net: Fix invalid write after end error - fixup - Update lib/net.js - fixup - fixup - fixup - fixup - fixup Committers 2 - Robert Nagy - GitHub PR-URL: https://github.com/nodejs/node/pull/36043 Fixes: https://github.com/nodejs/node/issues/36029 Reviewed-By: Matteo Collina Reviewed-By: Luigi Pinca ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/36043 Fixes: https://github.com/nodejs/node/issues/36029 Reviewed-By: Matteo Collina Reviewed-By: Luigi Pinca -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last review: ⚠ - fixup ✔ Last GitHub Actions successful ℹ Last Full PR CI on 2020-11-10T10:34:15Z: https://ci.nodejs.org/job/node-test-pull-request/34279/ - Querying data for job/node-test-pull-request/34279/ ✔ Build data downloaded ✔ Last Jenkins CI successful ℹ This PR was created on Sun, 08 Nov 2020 18:57:57 GMT ✔ Approvals: 2 ✔ - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/36043#pullrequestreview-525942020 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/36043#pullrequestreview-526614630 ✖ This PR needs to wait 1 more hours to land -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncu Commit Queue action: https://github.com/nodejs/node/actions/runs/356263944 |
Commit Queue failed- Loading data for nodejs/node/pull/36043 ✔ Done loading data for nodejs/node/pull/36043 ----------------------------------- PR info ------------------------------------ Title net: Fix invalid write after end error (#36043) Author Robert Nagy (@ronag) Branch ronag:net-write-after-end-no-half-open -> nodejs:master Labels author ready, commit-queue, dont-land-on-v10.x, dont-land-on-v12.x, dont-land-on-v14.x, net Commits 8 - net: Fix invalid write after end error - fixup - Update lib/net.js - fixup - fixup - fixup - fixup - fixup Committers 2 - Robert Nagy - GitHub PR-URL: https://github.com/nodejs/node/pull/36043 Fixes: https://github.com/nodejs/node/issues/36029 Reviewed-By: Matteo Collina Reviewed-By: Luigi Pinca ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/36043 Fixes: https://github.com/nodejs/node/issues/36029 Reviewed-By: Matteo Collina Reviewed-By: Luigi Pinca -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last review: ⚠ - fixup ✔ Last GitHub Actions successful ℹ Last Full PR CI on 2020-11-10T17:01:28Z: https://ci.nodejs.org/job/node-test-pull-request/34279/ - Querying data for job/node-test-pull-request/34279/ ✔ Build data downloaded ✔ Last Jenkins CI successful ℹ This PR was created on Sun, 08 Nov 2020 18:57:57 GMT ✔ Approvals: 2 ✔ - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/36043#pullrequestreview-525942020 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/36043#pullrequestreview-526614630 -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncu Commit Queue action: https://github.com/nodejs/node/actions/runs/356556511 |
|
Landed in f7f0a6a |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
dont-land-on-v12.x
PRs that should not land on the v12.x-staging branch and should not be released in v12.x.
dont-land-on-v14.x
PRs that should not land on the v14.x-staging branch and should not be released in v14.x.
net
Issues and PRs related to the net subsystem.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Don't error if not ended.
Fixes: #36029
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes