Closed akotulu closed 2 months ago
Moved callback after handshake to be able to send custom 3000-4999 status codes to client inside callback.
Sometimes we need to send custom HTTP headers to the client while handling WebSocket requests, but if this PR is merged, such a feature will not be supported.
Moved callback after handshake to be able to send custom 3000-4999 status codes to client inside callback.