Skip to content

Prevent #on_headers_complete callback from being called 2 times when parsing chunked requests#3

Open
HoneyryderChuck wants to merge 2 commits intohttp-parser:masterfrom
HoneyryderChuck:master
Open

Prevent #on_headers_complete callback from being called 2 times when parsing chunked requests#3
HoneyryderChuck wants to merge 2 commits intohttp-parser:masterfrom
HoneyryderChuck:master

Conversation

@HoneyryderChuck
Copy link

Coming back from here and here.

Currently. the #on_headers_complete callback is being fired 2 times when a request with chunked body is parsed. An example that demonstrates the issue can be found here.

I've built against my fix locally and tested my ruby script, and it fixes the issue. I didn't add a java test, as the README doesn't tell me how can I setup the environment and run my tests, which is information I'd need before start doing something.

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