Skip to content

doc: update Http2Server.close & Http2SecureServer.close#63298

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
samuel871211:close
Jun 29, 2026
Merged

doc: update Http2Server.close & Http2SecureServer.close#63298
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
samuel871211:close

Conversation

@samuel871211

@samuel871211 samuel871211 commented May 14, 2026

Copy link
Copy Markdown
Contributor

https://github.com/nodejs/node/blob/main/lib/internal/http2/core.js#L3505

  close() {
    ReflectApply(NETServer.prototype.close, this, arguments);
    closeAllSessions(this);
  }

Related PR: #57586

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/http
  • @nodejs/http2
  • @nodejs/net

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. http2 Issues or PRs related to the http2 subsystem. labels May 14, 2026

@mcollina 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.

lgtm

Signed-off-by: Yu-Sheng Chen <samuel871211@gmail.com>
Comment thread doc/api/http2.md
@samuel871211

Copy link
Copy Markdown
Contributor Author

Just a reminder, this PR has been idle for over a month. Could a member please assist in merging it?

@pimterry pimterry added the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 29, 2026
@pimterry

Copy link
Copy Markdown
Member

Thanks for the nudge here @samuel871211. It looks like you pushed a fix for the linting issue but nobody was pinged, so that wasn't visible to anyone. Sorry for the delay there. I've approved the new commit and started the merge process, it'll complete automatically in a few minutes. Thanks for the contribution!

@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 29, 2026
@nodejs-github-bot nodejs-github-bot merged commit d5679f4 into nodejs:main Jun 29, 2026
19 checks passed
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in d5679f4

alexfernandez pushed a commit to alexfernandez/node that referenced this pull request Jul 1, 2026
Signed-off-by: Yu-Sheng Chen <samuel871211@gmail.com>
PR-URL: nodejs#63298
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Issues and PRs related to the documentations. http2 Issues or PRs related to the http2 subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants