Home
last modified time | relevance | path

Searched refs:keepAliveMsecs (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/npm/node_modules/agentkeepalive/lib/
D_http_agent.js61 self.keepAliveMsecs = self.options.keepAliveMsecs || 1000;
108 socket.setKeepAlive(true, self.keepAliveMsecs);
/third_party/node/lib/
D_http_agent.js93 this.keepAliveMsecs = this.options.keepAliveMsecs || 1000;
463 socket.setKeepAlive(true, this.keepAliveMsecs);
/third_party/node/test/parallel/
Dtest-http-agent-maxsockets-respected.js15 keepAliveMsecs: 1000, property
Dtest-http-agent-maxsockets.js9 keepAliveMsecs: 1000, property
Dtest-async-hooks-http-agent.js15 keepAliveMsecs: Infinity, property
Dtest-async-hooks-http-agent-destroy.js25 keepAliveMsecs: Infinity, property
Dtest-async-hooks-http-parser-destroy.js56 keepAliveMsecs: KEEP_ALIVE, property
Dtest-http-agent-maxtotalsockets.js37 keepAliveMsecs: 1000, property
Dtest-http-agent-keepalive.js32 keepAliveMsecs: 1000, property
/third_party/node/test/async-hooks/
Dtest-http-agent-handle-reuse-parallel.js23 keepAliveMsecs: Infinity, property
Dtest-http-agent-handle-reuse-serial.js22 keepAliveMsecs: Infinity, property
/third_party/node/deps/npm/node_modules/agentkeepalive/
DHistory.md40 …palive/commit/138eda81e10b632aaa87bea0cb66d8667124c4e8)] - doc: fix `keepAliveMsecs` params descri…
DREADME.md47 * `keepAliveMsecs` {Number} When using the keepAlive option, specifies the initial delay
/third_party/node/doc/api/
Dhttp.md138 * `keepAliveMsecs` {number} When using the `keepAlive` option, specifies
222 socket.setKeepAlive(true, this.keepAliveMsecs);