()
| 290 | } |
| 291 | |
| 292 | function onProxyEnd() { |
| 293 | cleanup(); |
| 294 | const err = new ERR_PROXY_TUNNEL('Connection to establish proxy tunnel ended unexpectedly'); |
| 295 | afterSocket(err, socket); |
| 296 | } |
| 297 | |
| 298 | const proxyTunnelTimeout = tunnelConfig.requestOptions.timeout; |
| 299 | debug('proxyTunnelTimeout', proxyTunnelTimeout, options.timeout); |
nothing calls this directly
no test coverage detected
searching dependent graphs…