Comment by Sammi
2 years ago
Nodejs enabled TCP_NODELAY by default in 2022 v.18.
PR: https://github.com/nodejs/node/pull/42163
Changelog entry: https://github.com/nodejs/node/blob/main/doc/changelogs/CHAN...
2 years ago
Nodejs enabled TCP_NODELAY by default in 2022 v.18.
PR: https://github.com/nodejs/node/pull/42163
Changelog entry: https://github.com/nodejs/node/blob/main/doc/changelogs/CHAN...
That's the HTTP module, but it was already moved to NODELAY for the 'net' module in 2015.