Home
last modified time | relevance | path

Searched refs:keepSocketAlive (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/parallel/
Dtest-http-keepalive-override.js16 const keepSocketAlive = agent.keepSocketAlive; constant
21 agent.keepSocketAlive = common.mustCall((socket) => {
29 return keepSocketAlive.call(agent, socket);
Dtest-http-agent-timeout.js103 keepSocketAlive(socket) { method in CustomAgent
104 if (!super.keepSocketAlive(socket)) {
/third_party/node/lib/
D_http_agent.js163 !this.keepSocketAlive(socket)) {
462 Agent.prototype.keepSocketAlive = function keepSocketAlive(socket) { method in Agent
/third_party/node/doc/api/
Dhttp.md211 ### `agent.keepSocketAlive(socket)`
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md3965 …js/node/commit/451993ea94)] - **http**: set default timeout in agent keepSocketAlive (Owen Smith) …
DCHANGELOG_V6.md602 …* add agent.keepSocketAlive and agent.reuseSocket as to allow overridable keep-alive behavior of `…