Home
last modified time | relevance | path

Searched defs:maxSockets (Results 1 – 25 of 34) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-http-agent-scheduling.js54 maxSockets: 5 property
81 maxSockets: 5, property
109 maxSockets: 5, property
133 maxSockets: 5, property
Dtest-http-client-set-timeout-after-end.js15 const agent = new Agent({ keepAlive: true, maxSockets: 1 }); property
Dtest-http-automatic-headers.js15 const agent = new http.Agent({ port: server.address().port, maxSockets: 1 }); property
Dtest-http-keep-alive-timeout.js16 const agent = new http.Agent({ maxSockets: 1, keepAlive: true }); property
Dtest-http-client-timeout-connect-listener.js19 const agent = new http.Agent({ keepAlive: true, maxSockets: 1 }); property
Dtest-http-keep-alive-timeout-custom.js19 const agent = new http.Agent({ maxSockets: 1, keepAlive: true }); property
Dtest-http-client-keep-alive-release-before-finish.js9 maxSockets: 1, property
Dtest-http-agent-destroyed-socket.js32 const agent = new http.Agent({ maxSockets: 1 }); property
Dtest-http-no-read-no-dump.js24 maxSockets: 1, property
Dtest-http-client-abort-keep-alive-destroy-res.js22 maxSockets: 1 property
Dtest-http-keepalive-override.js12 maxSockets: 5, property
Dtest-http-client-abort-keep-alive-queued-tcp-socket.js24 maxSockets: 1 property
Dtest-http-abort-queued.js43 const agent = new http.Agent({ maxSockets: 1 }); property
Dtest-http-agent-maxsockets-respected.js16 maxSockets: MAX_SOCKETS, property
Dtest-http-client-abort-keep-alive-queued-unix-socket.js25 maxSockets: 1 property
Dtest-http-agent-maxsockets.js10 maxSockets: 2, property
Dtest-http-timeout.js34 const agent = new http.Agent({ maxSockets: 1 }); property
Dtest-http-agent-keepalive.js33 maxSockets: 5, property
Dtest-async-hooks-http-agent.js16 maxSockets: 1 property
Dtest-async-hooks-http-agent-destroy.js26 maxSockets: 1 property
Dtest-http-keep-alive.js35 const agent = new http.Agent({ maxSockets: 1 }); property
/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/async-hooks/
Dtest-async-local-storage-http-agent.js10 maxSockets: 1 property
/third_party/node/test/sequential/
Dtest-http-server-keep-alive-timeout-slow-server.js21 maxSockets: 1 property
/third_party/node/benchmark/http/
Dclient-request-body.js33 agent: new http.Agent({ maxSockets: 1 }), property

12