Skip to content

doc: fix misleading sentence in http.md

Rodrigo Muino Tomonari requested to merge github/fork/lpinca/gh-26005 into master

Calling response.end(data) is not 100% equivalent to calling response.write(data) followed by response.end().

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

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

Merge request reports

Loading