mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
It does not make sense to catch the errors thrown by JSON.stringify()
and convert them to an ERROR packet (which are meant for namespace
authentication errors), it should be caught higher in the stack.
Related: 92c530da47