-
Notifications
You must be signed in to change notification settings - Fork 2k
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
ECONNRESET #971
Comments
Hi ! I have a same probleme on the specific case ! Regards http-proxy : 1.13.2 |
Hi ! Should be fixed by nodejs/node#6284 |
I am getting a similar error for large file uploads or slow internet connections. Seems to timeout at exactly the 5 minute mark. I ripped out this component and tried with a simple golang reverse proxy and did not hit the same issue so I believe it is this package causing the issue. My express server has a timeout set to 0 and I tried messing with the proxyTimeout and timeout options of this package to no avail. Is this package still maintained? Seems like the last commit was three years ago and the issues are pilling up. |
I don't understand why I keep getting ECONNRESET with this rather simple proxy:
Not going through the proxy works perfectly.
node-proxy: 1.13.2
node: 5.5.0
The text was updated successfully, but these errors were encountered: