node-tunnel icon indicating copy to clipboard operation
node-tunnel copied to clipboard

timeout support

Open devMagics opened this issue 5 years ago • 0 comments

i tested timeout but not working

let agent = tunnel.httpsOverHttp({ proxy: { host: host, port: port, timeout: 3000 //not working // headers: request_headers } });

devMagics avatar Mar 20 '19 01:03 devMagics