Comment by epolanski
2 years ago
I was curious whether I had to change anything in my applications after reading that so did a bit of research.
Both Node.js and Curl use TCP_NODELAY by default from a long time.
2 years ago
I was curious whether I had to change anything in my applications after reading that so did a bit of research.
Both Node.js and Curl use TCP_NODELAY by default from a long time.
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.