-
Notifications
You must be signed in to change notification settings - Fork 246
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
Should not throw exception about invalid header #162
Comments
Looks like Node's built-in HTTP server will just silently drop those requests. I suppose we should do the same here. |
Hey, have you been able to find a way to catch the error? |
@realbillwong Maybe this will helps you. |
Should be fixed in |
proxy-agents/packages/https-proxy-agent/src/parse-proxy-response.ts
Lines 74 to 79 in 63adbce
The exception cannot be caught, and it affects user program, I think ignoring it is a decent solution.
The text was updated successfully, but these errors were encountered: