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

handle http Persistent connection #66

Open
snailshen2014 opened this issue Sep 20, 2016 · 1 comment
Open

handle http Persistent connection #66

snailshen2014 opened this issue Sep 20, 2016 · 1 comment
Milestone

Comments

@snailshen2014
Copy link

When i use http-parser handle http request, i meet a problem.
One http request finished,then "is_message_complete" function is return true.
while next http request comes,the message_complete status is true,how to solve this problem.

@jayalane
Copy link
Contributor

I think you can make a new parser for each request/response pair.

@benoitc benoitc added this to the 0.9.1 milestone Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants