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

Memory leak in `createTunnel`

szmarczak opened this issue · comments

runningServers[port].connections.push(srcSocket);

the socket gets added to this array but never gets removed

cc @jancurn

Good catch!