-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Upgrade http-proxy-middleware due Websocket Issue in 3.x branch #3004
Comments
Thank you for creating this issue. However, issues need to follow one of our templates so that we can clearly understand your particular circumstances. Do not ignore how we can reproduce it, |
Yes, but it crash entire dev-server |
@Delagen Sorry using your information in the issue template I can't help you, I think nobody can help |
Why you simply cannot upgrade package |
Because it will be breaking change, it updated for v4 (beta) |
Fixed https://github.com/webpack/webpack-dev-server/blob/master/package.json#L48, we are working on new release |
Webpack: 3.11.1
Expected Behavior
No errors
Actual Behavior
Any WS connection to server during work cause
Error: read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:213:20)
with crash
For Bugs; How can we reproduce the behavior?
For Features; What is the motivation and/or use-case for the feature?
Update version of middleware or make it less precise
The text was updated successfully, but these errors were encountered: