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

Fix premature processing of input #2

Open
samdeane opened this issue Dec 5, 2012 · 0 comments
Open

Fix premature processing of input #2

samdeane opened this issue Dec 5, 2012 · 0 comments
Assignees
Labels

Comments

@samdeane
Copy link
Contributor

samdeane commented Dec 5, 2012

If input comes in which doesn't match anything, keep it around until more input comes in then try again with the combined buffer.

Currently we sometimes just get half the input and match against that, which is wrong. It's a timing issue presumably, and luckily it doesn't seem to happen often, but it's not good having it sensitive to timing.

@ghost ghost assigned samdeane Dec 5, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant