Skip to content
New issue

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

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

Already on GitHub? # to your account

router/server not utf-8 safe #42

Open
okdistribute opened this issue Oct 29, 2014 · 0 comments · May be fixed by #43
Open

router/server not utf-8 safe #42

okdistribute opened this issue Oct 29, 2014 · 0 comments · May be fixed by #43

Comments

@okdistribute
Copy link

req.chunks = [];

Some utf-8 strings can be much longer than just the chunk. You should push them all onto an array and then concatenate them at the end.

@okdistribute okdistribute linked a pull request Oct 29, 2014 that will close this issue
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant