Home
last modified time | relevance | path

Searched defs:keepAlive (Results 1 – 25 of 40) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-http-agent-scheduling.js53 keepAlive: true, property
80 keepAlive: true, property
108 keepAlive: true, property
132 keepAlive: true, property
Dtest-http-agent-timeout.js10 const agent = new http.Agent({ keepAlive: true }); property
39 const agent = new http.Agent({ keepAlive: true, timeout: 50 }); property
69 const agent = new http.Agent({ keepAlive: true }); property
113 const agent = new CustomAgent({ keepAlive: true, timeout: AGENT_TIMEOUT }); property
Dtest-http-client-set-timeout-after-end.js15 const agent = new Agent({ keepAlive: true, maxSockets: 1 }); property
Dtest-http-agent-uninitialized.js8 keepAlive: true, property
Dtest-http-keepalive-free.js13 const agent = http.Agent({ keepAlive: true }); property
Dtest-http-client-agent-end-close-event.js10 const keepAliveAgent = new http.Agent({ keepAlive: true }); property
Dtest-http-client-agent-abort-close-event.js8 const keepAliveAgent = new http.Agent({ keepAlive: true }); property
Dtest-http-agent-uninitialized-with-handle.js8 keepAlive: true, 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-async-wrap-tlssocket-asyncreset.js31 keepAlive: true, property
Dtest-http-client-timeout-option-listeners.js6 const agent = new http.Agent({ keepAlive: true }); 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.js10 keepAlive: true property
Dtest-http-agent-error-on-idle.js13 const agent = new Agent({ keepAlive: true }); property
Dtest-http-no-read-no-dump.js25 keepAlive: true property
Dtest-https-client-renegotiation-limit.js69 keepAlive: true, property
Dtest-http-client-abort-keep-alive-destroy-res.js21 keepAlive: true, property
Dtest-http-keepalive-override.js11 keepAlive: true, property
Dtest-https-agent-sockets-leak.js23 keepAlive: false property
Dtest-http-client-abort-keep-alive-queued-tcp-socket.js23 keepAlive: true, property
Dtest-http-agent-maxsockets-respected.js14 keepAlive: true, property
Dtest-http-client-abort-keep-alive-queued-unix-socket.js24 keepAlive: true, property
Dtest-http-agent-maxsockets.js8 keepAlive: true, property
/third_party/node/test/sequential/
Dtest-http-server-keep-alive-timeout-slow-server.js20 keepAlive: true, property

12