koichik / node-tunnel

Node HTTP/HTTPS Agents for tunneling proxies
MIT License
537 stars 78 forks source link

Does it have keep alive by default? #23

Open vvo opened 7 years ago

vvo commented 7 years ago

Hi! I am trying to understand if when I use this agent it'll have keep alive enabled? Thanks

KiraYo4kage commented 5 years ago

I have the same question~

cloudhary commented 5 years ago

I'm curious too. I'm currently investigating this. @vvo @KiraYo4kage did either of you manage to figure it out?

vvo commented 5 years ago

nope but @koichik might know? Maybe our question is also not relevant, let us know!

flotwig commented 5 years ago

This library doesn't support Keep-Alive, but https://github.com/mknj/node-keepalive-proxy-agent seems to support it!

omeshp commented 5 years ago

No, it doesn't. I have a pending PR https://github.com/koichik/node-tunnel/pull/36/files#diff-7cb25e6733372586a7d0530feba6f8aeR72 which adds this support.