Skip to content

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

Open
samuel871211 wants to merge 1 commit into
nodejs:mainfrom
samuel871211:close
Open

doc: update Http2Server.close & Http2SecureServer.close#63298
samuel871211 wants to merge 1 commit into
nodejs:mainfrom
samuel871211:close

Conversation

@samuel871211
Copy link
Copy Markdown
Contributor

@samuel871211 samuel871211 commented May 14, 2026

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

Signed-off-by: Yu-Sheng Chen <samuel871211@gmail.com>
@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
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.

2 participants