Skip to content

http2: close fd in doSendFileFD()

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/http2 into master

This commit closes the file descriptor in two code paths that return from doSendFileFD().

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

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

Merge request reports

Loading