()
| 399 | } |
| 400 | }); |
| 401 | const onProxyConnection = () => { |
| 402 | socket.removeListener('error', onError); |
| 403 | establishTunnel(this, socket, options, tunnelConfig, cleanupAndPropagate); |
| 404 | }; |
| 405 | if (this[kProxyConfig].protocol === 'http:') { |
| 406 | socket = net.connect(connectOptions, onProxyConnection); |
| 407 | } else { |
nothing calls this directly
no test coverage detected
searching dependent graphs…