Searched refs:httpWatches (Results 1 – 1 of 1) sorted by relevance
121 let httpWatches = []; variable391 const arrayIdx = httpWatches.length;395 httpWatches.push(res);396 req.on('close', () => delete httpWatches[arrayIdx]);433 for (const cli of httpWatches) {