Home
last modified time | relevance | path

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

/third_party/node/test/pummel/
Dtest-keep-alive.js81 const reqSec = parseInt(matches[1]); constant
91 callback(reqSec, keepAliveRequests);
97 runAb({ keepalive: true, port: port }, (reqSec) => {
98 keepAliveReqSec = reqSec;
100 runAb({ keepalive: false, port: port }, (reqSec) => {
101 normalReqSec = reqSec;