Skip to content

doc: add note regarding net.Socket default timeout

Adding a note stating the difference between default timeout on http[2s] servers and on net.Socket.

Should be backported to v10 as well.

Fixes: https://github.com/nodejs/node/issues/31378 Fixes: https://github.com/nodejs/node/issues/27556 Refs: https://github.com/nodejs/node/pull/27704

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading