Searched refs:reuseSocket (Results 1 – 5 of 5) sorted by relevance
17 const reuseSocket = agent.reuseSocket; constant36 agent.reuseSocket = common.mustCall((socket, req) => {40 return reuseSocket.call(agent, socket, req);
281 this.reuseSocket(socket, req);494 Agent.prototype.reuseSocket = function reuseSocket(socket, req) { method in Agent
166 reuseSocket(...args) { method in Agent168 super.reuseSocket(...args);
246 ### `agent.reuseSocket(socket, request)`
616 …* add agent.keepSocketAlive and agent.reuseSocket as to allow overridable keep-alive behavior of `…