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

Don't treat message parsing as successful unless message has expected length #1062

Merged
merged 3 commits into from
Sep 14, 2018

Conversation

vankoven
Copy link
Contributor

@vankoven vankoven commented Sep 6, 2018

Normally string buffer represents full message from start to end, we can't treat parsing as successful, if http parser returned TFW_PASS, but parsing was stopped before the buffer end.

Normally string buffer represents full message from start to end,
we can't treat parsing as successful, if http parser returned TFW_PASS.
but parsing was stopped before the buffer end.
@vankoven vankoven merged commit 04829a4 into master Sep 14, 2018
@vankoven vankoven deleted the ik-test-parser-fixes branch September 14, 2018 19:12
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.

2 participants