/third_party/node/test/parallel/ |
D | test-http-agent-maxtotalsockets.js | 33 const { maxTotalSockets, maxSockets } = param; 39 maxSockets, property 72 assert(agent.sockets[key].length <= maxSockets); 106 maxSockets: 3, 109 maxSockets: 2, 112 maxSockets: 2,
|
D | test-http-agent-scheduling.js | 31 let count = agent.maxSockets; 33 for (let i = 0; i < agent.maxSockets; i++) { 54 maxSockets: 5 property 81 maxSockets: 5, property 109 maxSockets: 5, property 133 maxSockets: 5, property
|
D | test-http-addrequest-localaddress.js | 16 agent.maxSockets = 0;
|
D | test-http-client-set-timeout-after-end.js | 15 const agent = new Agent({ keepAlive: true, maxSockets: 1 }); property
|
D | test-http-parser-free.js | 36 http.globalAgent.maxSockets = 1;
|
D | test-http-keep-alive-timeout-custom.js | 19 const agent = new http.Agent({ maxSockets: 1, keepAlive: true }); property
|
D | test-http-keep-alive-timeout.js | 16 const agent = new http.Agent({ maxSockets: 1, keepAlive: true }); property
|
D | test-http-client-keep-alive-release-before-finish.js | 9 maxSockets: 1, property
|
D | test-http-timeout.js | 34 const agent = new http.Agent({ maxSockets: 1 }); property
|
D | test-http-should-keep-alive.js | 45 http.globalAgent.maxSockets = 5;
|
D | test-http-client-abort-keep-alive-destroy-res.js | 22 maxSockets: 1 property
|
D | test-http-client-timeout-connect-listener.js | 19 const agent = new http.Agent({ keepAlive: true, maxSockets: 1 }); property
|
D | test-http-client-abort-keep-alive-queued-unix-socket.js | 25 maxSockets: 1 property
|
D | test-http-agent-maxsockets-respected.js | 16 maxSockets: MAX_SOCKETS, property
|
D | test-http-no-read-no-dump.js | 24 maxSockets: 1, property
|
D | test-http-pipe-fs.js | 45 http.globalAgent.maxSockets = 1;
|
/third_party/node/deps/npm/node_modules/make-fetch-happen/ |
D | agent.js | 56 maxSockets: opts.maxSockets || 15, property 64 maxSockets: opts.maxSockets || 15, property 145 maxSockets: opts.maxSockets || 15, property
|
/third_party/node/test/sequential/ |
D | test-http-max-sockets.js | 36 agent.maxSockets = 10; 63 agent.maxSockets} queued: ${
|
D | test-http-server-keep-alive-timeout-slow-server.js | 21 maxSockets: 1 property
|
/third_party/node/deps/npm/node_modules/agentkeepalive/lib/ |
D | _http_agent.js | 63 self.maxSockets = self.options.maxSockets || Agent.defaultMaxSockets; 103 if (count > self.maxSockets || freeLen >= self.maxFreeSockets) { 235 } else if (sockLen < this.maxSockets) { 386 if (this.requests[name] && this.requests[name].length && sockLen < this.maxSockets) {
|
/third_party/node/deps/npm/node_modules/tunnel-agent/ |
D | index.js | 52 self.maxSockets = self.options.maxSockets || http.Agent.defaultMaxSockets 85 if (self.sockets.length >= this.maxSockets) {
|
/third_party/node/lib/ |
D | _http_agent.js | 95 this.maxSockets = this.options.maxSockets || Agent.defaultMaxSockets; 161 count > this.maxSockets || 270 } else if (sockLen < this.maxSockets &&
|
/third_party/node/deps/npm/node_modules/forever-agent/ |
D | index.js | 27 self.maxSockets = self.options.maxSockets || Agent.defaultMaxSockets
|
/third_party/node/test/async-hooks/ |
D | test-async-local-storage-http-agent.js | 10 maxSockets: 1 property
|
/third_party/node/test/pummel/ |
D | test-http-many-keep-alive-connections.js | 63 request.agent.maxSockets = 1;
|