(proxyEnv, Agent)
| 261 | } |
| 262 | |
| 263 | function getGlobalAgent(proxyEnv, Agent) { |
| 264 | return new Agent({ |
| 265 | keepAlive: true, scheduling: 'lifo', timeout: 5000, |
| 266 | proxyEnv, |
| 267 | }); |
| 268 | } |
| 269 | |
| 270 | module.exports = { |
| 271 | kOutHeaders: Symbol('kOutHeaders'), |
no outgoing calls
no test coverage detected
searching dependent graphs…