We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d177d40 commit 9124343Copy full SHA for 9124343
lib/agent.js
@@ -169,7 +169,7 @@ class Agent extends OriginalAgent {
169
}
170
171
172
- if (this.keepAlive) {
+ if (this.options.keepAlive) {
173
// Disable Nagle's algorithm: http://blog.caustik.com/2012/04/08/scaling-node-js-to-100k-concurrent-connections/
174
// https://fengmk2.com/benchmark/nagle-algorithm-delayed-ack-mock.html
175
socket.setNoDelay(true);
0 commit comments