handle http Persistent connection
Open
improvement
- Dominant language
- C
- Stars
- 345
- Forks
- 94
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the http-parser API and the call site for is_message_complete, focusing on how parser state is handled after one request and before the next. Reproduce the reported sequential-request case and document or test the expected completion state for both messages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- api, networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100