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

Increased input buffer size #7

Closed

Conversation

medvedev
Copy link

@medvedev medvedev commented Feb 2, 2017

When testing my app with wsd, I've faced incorrect response display for large messages: part of start of the message have been replaced with the tail of the message.

Found out that the input buffer size is 512 (chars?) and replaced it with value 1024.
After that change, the issue described above has gone.
That's it.

@medvedev
Copy link
Author

medvedev commented Feb 2, 2017

Ooops. Had to use another revision as a "base". Will fix it with a different pull request.

@medvedev medvedev closed this Feb 2, 2017
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

1 participant