mattcg / socks5-https-client

SOCKS v5 HTTPS client implementation in JavaScript for Node.js.
186 stars 28 forks source link

Any way to decompress in house without external zlib etc? #29

Open btorgue opened 4 years ago

btorgue commented 4 years ago

Hi,

Is there any way to decompress without the need for external dependencies like zlib etc?

I am struggling to decompress the response even with zlib presently at any rate.

Cheers