node-modules / agentkeepalive

Support keepalive http agent.
MIT License
579 stars 57 forks source link

Push to make socket.setNoDelay(true) default in Node.js core #92

Open voxpelli opened 4 years ago

voxpelli commented 4 years ago

Thought I should ping you in this project and let you know about https://github.com/nodejs/node/issues/34185 which I opened just now and which references this module fairly heavily.

It pushes that the default in Node.js should be to set socket.setNoDelay(true), which is what this module has been doing for many many years now and thus something I believe you would be supportive of.