Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: fix misleading sentence in http.md
Calling `response.end(data)` is not 100% equivalent to calling `response.write(data)` followed by `response.end()`. Fixes: nodejs#26005
- Loading branch information