-
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
ERR_STREAM_WRITE_AFTER_END write after end #1342
Comments
Got the same issue with Firefox, signalr, CRA and proxy-middleware.
I've configured my proxy like this:
Every time when signalr sends a request the started app crashes with this error:
|
Any news? |
this way solved my problem, and has been running normally in prodution for several months |
…te === OPEN Applying the proposed fix in http-party#1342 This has never been merged to the main repo, seems like it may be breaking in CI?
The fix from @caosm also resolved my issue, is there no pull request to fix this? |
Just hit this one today… the fact that the client can basically terminate the TCP connection at any time leaves the server vulnerable to a denial-of-service triggerable by any HTTP client that establishes a websocket connection first. (Or to any spoofed TCP RST packet.) |
I often get the following error when I run tests through cypress.
I suppose that connections from the browser are reseted and so the socket is closed.
Testing if socket is open in ws-incoming.js seems to solve the issue
Is it the right way to solve the issue ?
The text was updated successfully, but these errors were encountered: