node-http-proxy icon indicating copy to clipboard operation
node-http-proxy copied to clipboard

Fix websocket socket close before response

Open FinnStutzenstein opened this issue 4 years ago • 0 comments
trafficstars

There are situations where the socket can already be closed. Writing to it will result in a "This socket has been ended by the other party" error which results in the node service to terminate (cannot be catched by a try-catch block).

FinnStutzenstein avatar Sep 22 '21 09:09 FinnStutzenstein