Home
last modified time | relevance | path

Searched refs:maxSockets (Results 1 – 25 of 56) sorted by relevance

123

/third_party/node/test/parallel/
Dtest-http-agent-maxtotalsockets.js33 const { maxTotalSockets, maxSockets } = param;
39 maxSockets, property
72 assert(agent.sockets[key].length <= maxSockets);
106 maxSockets: 3,
109 maxSockets: 2,
112 maxSockets: 2,
Dtest-http-agent-scheduling.js31 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
Dtest-http-addrequest-localaddress.js16 agent.maxSockets = 0;
Dtest-http-client-set-timeout-after-end.js15 const agent = new Agent({ keepAlive: true, maxSockets: 1 }); property
Dtest-http-parser-free.js36 http.globalAgent.maxSockets = 1;
Dtest-http-keep-alive-timeout-custom.js19 const agent = new http.Agent({ maxSockets: 1, keepAlive: true }); property
Dtest-http-keep-alive-timeout.js16 const agent = new http.Agent({ maxSockets: 1, keepAlive: true }); property
Dtest-http-client-keep-alive-release-before-finish.js9 maxSockets: 1, property
Dtest-http-timeout.js34 const agent = new http.Agent({ maxSockets: 1 }); property
Dtest-http-should-keep-alive.js45 http.globalAgent.maxSockets = 5;
Dtest-http-client-abort-keep-alive-destroy-res.js22 maxSockets: 1 property
Dtest-http-client-timeout-connect-listener.js19 const agent = new http.Agent({ keepAlive: true, maxSockets: 1 }); property
Dtest-http-client-abort-keep-alive-queued-unix-socket.js25 maxSockets: 1 property
Dtest-http-agent-maxsockets-respected.js16 maxSockets: MAX_SOCKETS, property
Dtest-http-no-read-no-dump.js24 maxSockets: 1, property
Dtest-http-pipe-fs.js45 http.globalAgent.maxSockets = 1;
/third_party/node/deps/npm/node_modules/make-fetch-happen/
Dagent.js56 maxSockets: opts.maxSockets || 15, property
64 maxSockets: opts.maxSockets || 15, property
145 maxSockets: opts.maxSockets || 15, property
/third_party/node/test/sequential/
Dtest-http-max-sockets.js36 agent.maxSockets = 10;
63 agent.maxSockets} queued: ${
Dtest-http-server-keep-alive-timeout-slow-server.js21 maxSockets: 1 property
/third_party/node/deps/npm/node_modules/agentkeepalive/lib/
D_http_agent.js63 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/
Dindex.js52 self.maxSockets = self.options.maxSockets || http.Agent.defaultMaxSockets
85 if (self.sockets.length >= this.maxSockets) {
/third_party/node/lib/
D_http_agent.js95 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/
Dindex.js27 self.maxSockets = self.options.maxSockets || Agent.defaultMaxSockets
/third_party/node/test/async-hooks/
Dtest-async-local-storage-http-agent.js10 maxSockets: 1 property
/third_party/node/test/pummel/
Dtest-http-many-keep-alive-connections.js63 request.agent.maxSockets = 1;

123