Skip to content

doc: fix keepAliveTimeout default in http.createServer options#63974

Open
jahanzaib-iqbal-dev wants to merge 1 commit into
nodejs:mainfrom
jahanzaib-iqbal-dev:docs/fix-keepalivetimeout-default
Open

doc: fix keepAliveTimeout default in http.createServer options#63974
jahanzaib-iqbal-dev wants to merge 1 commit into
nodejs:mainfrom
jahanzaib-iqbal-dev:docs/fix-keepalivetimeout-default

Conversation

@jahanzaib-iqbal-dev

Copy link
Copy Markdown

PR #62782 updated the keepAliveTimeout default from 5 seconds to 65 seconds and correctly updated the server.keepAliveTimeout property section, but the http.createServer() options table was not updated and still shows **Default:** \5000``.

This PR fixes the remaining reference.

Before:

**Default:** `5000`.

After:

**Default:** `65000`.

PR nodejs#62782 updated the keepAliveTimeout default from 5s to 65s and
correctly updated server.keepAliveTimeout (line 2006), but the
http.createServer() options table at line 3775 was not updated.

Fix the remaining reference to reflect the current default of 65000ms.
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/http
  • @nodejs/net

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. http Issues or PRs related to the http subsystem. labels Jun 18, 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. http Issues or PRs related to the http subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants