Skip to content

http: https requestTimeout 0

Rodrigo Muino Tomonari requested to merge github/fork/nxtedition/fix-35261 into master

requestTimeout should be 0 by default for https just like http. The current default may cause breaking regressions in user code.

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

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading