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

Not support http body #130

Closed
jkxiongxin opened this issue Mar 1, 2023 · 1 comment
Closed

Not support http body #130

jkxiongxin opened this issue Mar 1, 2023 · 1 comment

Comments

@jkxiongxin
Copy link

I've get a pcap file from tcpdump.
I tried to use httparse to process those packet. However, I found it well return Status::Complete even if packet is not complete.
I think this is caused by not processing the body.
As a rust novice, I translated the relevant code from golang's http library and it works fine now. How do I submit this code. Or can someone help me submit the code.

@seanmonstar
Copy link
Owner

This is correct, it parses the message headers, and then determining how long the body is is left to the user.

@seanmonstar seanmonstar closed this as not planned Won't fix, can't repro, duplicate, stale Mar 1, 2023
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

No branches or pull requests

2 participants