FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

dgram: fix unhandled exception aborting a closed udp socket by vramana · Pull Request #46770 · nodejs/node · GitHub

/ node Public

dgram: fix unhandled exception aborting a closed udp socket - #46770

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
vramana:fix-dgram
Feb 25, 2023
Merged

dgram: fix unhandled exception aborting a closed udp socket#46770
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
vramana:fix-dgram

Conversation

vramana commented Feb 22, 2023

Copy link
Copy Markdown
Contributor

Fixes: #46750

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/net

nodejs-github-bot added dgram Issues and PRs related to the dgram subsystem / UDP. needs-ci PRs that need a full CI run. labels Feb 22, 2023

Copy link
Copy Markdown
Contributor

Can you please add a test for this?

vramana commented Feb 22, 2023

Copy link
Copy Markdown
Contributor Author

@ShogunPanda Does this suffice?

mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

cjihrig left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM if the CI passes.

Copy link
Copy Markdown
Contributor

@ShogunPanda Does this suffice?

Absolutely, thanks!

LGTM!

mcollina added the request-ci Add this label to start a Jenkins CI on a PR. label Feb 23, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Feb 23, 2023

This comment was marked as outdated.

This comment was marked as outdated.

debadree25 added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Feb 23, 2023

This comment was marked as outdated.

Copy link
Copy Markdown
Collaborator

theanarkh added the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 25, 2023
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 25, 2023
nodejs-github-bot merged commit 65d2a42 into nodejs:main Feb 25, 2023

Copy link
Copy Markdown
Collaborator

Landed in 65d2a42

vramana deleted the fix-dgram branch February 25, 2023 16:13
targos pushed a commit that referenced this pull request Mar 13, 2023
Fixes: #46750
PR-URL: #46770
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams pushed a commit that referenced this pull request Apr 11, 2023
Fixes: #46750
PR-URL: #46770
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
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 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 outstanding review comments, and a CI started. dgram Issues and PRs related to the dgram subsystem / UDP. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Closing UDP socket with abort signal can lead to uncaught exception

9 participants


Back | FazBrowse Home | New Git URL