Skip to content

http, http2: remove default server timeout

Rodrigo Muino Tomonari requested to merge github/fork/ofrobots/http-timeout into master

Timing out and closing the socket after two minutes have elapsed is surprising and problematic for users. This behavior was specific to Node.js, and doesn't seem to be common in other language runtimes.

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

EDIT: CI: https://ci.nodejs.org/job/node-test-pull-request/22988/

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

Merge request reports

Loading