node-http-proxy
node-http-proxy copied to clipboard
Fix websocket socket close before response
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).