Skip to content

http: always emit close on req and res

'close' should always be emitted on req and res.

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

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

Merge request reports

Loading