Skip to content

doc: keepAliveMsecs refers to an initial delay not interval

To bring the http docs in-line with the net docs, keepAliveMsecs should refer to the initial delay, rather than an interval between keep alive probes.

There is currently no way to set the actual interval between keep alive probes.

Checklist
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

Fixes: https://github.com/nodejs/node/issues/7335

Merge request reports

Loading