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

Hangs with Received response from target (200)

strarsis opened this issue · comments

Inbound request is correctly forwarded by proxy-chain to upstream HTTP proxy,
but the HTTP client (node request here for testing) doesn't get the response body until
the proxy-chain server is stopped (manually).

proxy-chain shows

Received response from target (200)

HTTP client still waits for response.

Please try to use the new release, it's possible the issue will be fixed.