Skip to content

doc: document net Socket server property#63458

Open
Herrtian wants to merge 1 commit into
nodejs:mainfrom
Herrtian:doc-net-socket-server
Open

doc: document net Socket server property#63458
Herrtian wants to merge 1 commit into
nodejs:mainfrom
Herrtian:doc-net-socket-server

Conversation

@Herrtian
Copy link
Copy Markdown

Fixes: #47148

Documents the net.Socket#server property for sockets accepted by a server.

Validation:

  • node tools/lint-md/lint-md.mjs doc/api/net.md
  • git diff --check

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/net

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. net Issues and PRs related to the net subsystem. labels May 20, 2026
@pimterry
Copy link
Copy Markdown
Member

@Herrtian The commit message check is failing here because there's no Signed-off-by line in the commit message. See the commit message guidelines. You'll need to run git commit --amend -s to sign the existing commit, and then force push to update it here.

Signed-off-by: Herrtian <70463940+Herrtian@users.noreply.github.com>
@Herrtian Herrtian force-pushed the doc-net-socket-server branch from 8ebb44d to 129d441 Compare May 20, 2026 15:57
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. net Issues and PRs related to the net subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing reference (and types) for response.socket.server

3 participants