-
Notifications
You must be signed in to change notification settings - Fork 852
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
Server Crashed after [HPM] Upgrading to WebSocket socket error #777
Comments
related: #733 |
@chimurai node-http-proxy socket will throw error if no error listener for default eventemitter
|
how to: just this.proxy.ws(req, socket, head, activeProxyOptions, this.logError); |
found latest source code, should change |
Hi. Thanks for reporting. Could you try with V3 registered some additional error handlers to catch the uncaught errors. Hopefully it's already fixed in V3 |
thanks for reply, i will try it later |
It is coming in beta too |
Checks
http-proxy-middleware
.Describe the bug (be clear and concise)
Step-by-step reproduction instructions
Expected behavior (be clear and concise)
Server not crashed, just log errors
How is http-proxy-middleware used in your project?
Additional context (optional)
No response
The text was updated successfully, but these errors were encountered: