Home
last modified time | relevance | path

Searched refs:shouldKeepAlive (Results 1 – 10 of 10) sorted by relevance

/third_party/node/lib/
D_http_client.js247 this.shouldKeepAlive = false;
250 this.shouldKeepAlive = true;
309 this.shouldKeepAlive = false;
582 function parserOnIncomingClient(res, shouldKeepAlive) { argument
628 if (req.shouldKeepAlive && !shouldKeepAlive && !req.upgradeOrConnect) {
632 req.shouldKeepAlive = false;
705 if (!req.shouldKeepAlive) {
735 if (req.shouldKeepAlive && req._ended)
D_http_common.js78 shouldKeepAlive) { argument
127 return parser.onIncoming(incoming, shouldKeepAlive);
D_http_outgoing.js105 this.shouldKeepAlive = true;
428 this.shouldKeepAlive = false;
434 this.shouldKeepAlive = false;
436 const shouldSendKeepAlive = this.shouldKeepAlive &&
521 self.shouldKeepAlive = true;
D_http_server.js177 this.shouldKeepAlive = false;
329 this.shouldKeepAlive = false;
856 res.shouldKeepAlive = keepAlive;
D_http_agent.js149 if (!req || !req.shouldKeepAlive || !this.keepAlive) {
/third_party/node/test/parallel/
Dtest-http-should-keep-alive.js57 req.shouldKeepAlive, SHOULD_KEEP_ALIVE[getCountdownIndex()],
Dtest-http-generic-streams.js54 req.shouldKeepAlive = true;
/third_party/node/deps/npm/node_modules/agent-base/
Dindex.js91 req.shouldKeepAlive = false;
/third_party/node/deps/npm/node_modules/socks-proxy-agent/node_modules/agent-base/
Dindex.js91 req.shouldKeepAlive = false;
/third_party/node/deps/npm/node_modules/agentkeepalive/lib/
D_http_agent.js94 req.shouldKeepAlive &&