Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxilate breaks on Node 9+ due to failing timeouts #4

Open
ohookins opened this issue Aug 24, 2021 · 0 comments
Open

Proxilate breaks on Node 9+ due to failing timeouts #4

ohookins opened this issue Aug 24, 2021 · 0 comments

Comments

@ohookins
Copy link

Probably related to this: http-party/node-http-proxy#1455

setTimeout in Node 9+ no longer works if the socket is not yet connected. This breaks at least the test suite of Proxilate and also behaviour. Setting the socket timeout option isn't yet working (I believe) due to limitations in http-proxy.

Worth keeping an eye on any workarounds/fixes in http-proxy as it will need to be updated here. There are also numerous out of date dependencies worth taking a look at.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant