Searched refs:keepSocketAlive (Results 1 – 6 of 6) sorted by relevance
16 const keepSocketAlive = agent.keepSocketAlive; constant21 agent.keepSocketAlive = common.mustCall((socket) => {29 return keepSocketAlive.call(agent, socket);
103 keepSocketAlive(socket) { method in CustomAgent104 if (!super.keepSocketAlive(socket)) {
163 !this.keepSocketAlive(socket)) {462 Agent.prototype.keepSocketAlive = function keepSocketAlive(socket) { method in Agent
211 ### `agent.keepSocketAlive(socket)`
3965 …js/node/commit/451993ea94)] - **http**: set default timeout in agent keepSocketAlive (Owen Smith) …
602 …* add agent.keepSocketAlive and agent.reuseSocket as to allow overridable keep-alive behavior of `…