Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove try-catch for utf8 decode errors #316

Merged
merged 1 commit into from Jun 30, 2014
Merged

Conversation

nkzawa
Copy link
Contributor

@nkzawa nkzawa commented Jun 30, 2014

Catching invalid utf8 errors would not be necessary after the following PR is used:

socketio/engine.io-parser#29

And it looks like that calling onError causes a socket to be closed. I think it's too much for handling a decode error anyway.

rauchg added a commit that referenced this pull request Jun 30, 2014
Remove try-catch for utf8 decode errors
@rauchg rauchg merged commit 8122b40 into socketio:master Jun 30, 2014
@nkzawa
Copy link
Contributor Author

nkzawa commented Jun 30, 2014

thank you for your quick response !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants