- Are actual server errors forwarded to the client connection?
- If so, they must be prevented via
event.preventDefault() in the "event" listener on the server object.
You can emulate a different error event by calling client.close() with an error status code.
event.preventDefault()in the "event" listener on theserverobject.