Uh oh!
There was an error while loading. Please reload this page.
dgram: do not call callback if socket is closed - #52829
Merged
nodejs-github-bot merged 1 commit intoMay 23, 2024
Merged
Conversation
nodejs-github-bot
commented
May 4, 2024
Collaborator
Review requested:
|
Contributor
Failed to start CI⚠ No approving reviews found ✘ Refusing to run CI on potentially unsafe PRhttps://github.com/nodejs/node/actions/runs/8949880553 |
mcollina
reviewed
May 6, 2024
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
theanarkhforce-pushed
the
dont-emit-error-after-close-handle
branch
from
May 15, 2024 11:48
9aeee94 to
d022b6cComparenodejs-github-bot
commented
May 18, 2024
Collaborator
nodejs-github-bot
commented
May 18, 2024
Collaborator
nodejs-github-bot
commented
May 19, 2024
Collaborator
Commit Queue failed- Loading data for nodejs/node/pull/52829 ✔ Done loading data for nodejs/node/pull/52829 ----------------------------------- PR info ------------------------------------ Title dgram: do not call callback if socket is closed (#52829) Author theanarkh (@theanarkh) Branch theanarkh:dont-emit-error-after-close-handle -> nodejs:main Labels dgram, needs-ci Commits 1 - lib: do not call callback if socket is closed Committers 1 - theanarkh PR-URL: https://github.com/nodejs/node/pull/52829 Reviewed-By: Matteo Collina ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/52829 Reviewed-By: Matteo Collina -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last approving review: ⚠ - lib: do not call callback if socket is closed ℹ This PR was created on Sat, 04 May 2024 07:58:48 GMT ✔ Approvals: 1 ✔ - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/52829#pullrequestreview-2057177270 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-05-18T07:21:46Z: https://ci.nodejs.org/job/node-test-pull-request/59282/ - Querying data for job/node-test-pull-request/59282/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/9146455101 |
nodejs-github-bot
commented
May 19, 2024
Collaborator
nodejs-github-bot
commented
May 19, 2024
Collaborator
nodejs-github-bot
commented
May 20, 2024
Collaborator
nodejs-github-bot
commented
May 23, 2024
Collaborator
Landed in f05baff |
targos pushed a commit
that referenced
this pull request
Jun 1, 2024
PR-URL: #52829 Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Merged
soophoo pushed a commit
to soophoo/node
that referenced
this pull request
Jun 20, 2024
PR-URL: nodejs#52829 Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
marco-ippolito pushed a commit
that referenced
this pull request
Jul 19, 2024
PR-URL: #52829 Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Merged
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.Suggestion cannot be applied right now. Please check back later.
Do not call callback if socket is closed.
make -j4 test(UNIX), orvcbuild test(Windows) passes