apify / proxy-chain

Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.

Home Page:https://www.npmjs.com/package/proxy-chain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keep Alive not working

lorenesta opened this issue · comments

I'm using this awesome project to proxy certains requests and I noticed that keep alive doesn't work. Is there a way to make it work?

Please, can you provide more details about what you're doing, what you see and what should be the expected behavior? BTW, Keep-Alive is not so-called hop-by-hop header, which means that the proxies are not obliged to forward it - see https://github.com/apifytech/proxy-chain/blob/master/src/tools.js#L35

Please try to use the latest release, it has slightly different handling of Keep-Alive messages. Closing this for now.