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

http: fix llhttp_finish semantics and add tests #26

Closed
wants to merge 2 commits into from
Closed

Conversation

indutny
Copy link
Member

@indutny indutny commented Jun 9, 2019

Although implemented in a compatible way llhttp_finish() was never
properly tested until now. Unsurprisingly, there was an incorrect
behavior hidden in there.

Fix: #25

Although implemented in a compatible way `llhttp_finish()` was never
properly tested until now. Unsurprisingly, there was an incorrect
behavior hidden in there.

Fix: #25
@indutny
Copy link
Member Author

indutny commented Jun 9, 2019

cc @nodejs/http

@indutny
Copy link
Member Author

indutny commented Jun 9, 2019

indutny added a commit that referenced this pull request Jun 10, 2019
Although implemented in a compatible way `llhttp_finish()` was never
properly tested until now. Unsurprisingly, there was an incorrect
behavior hidden in there.

Fix: #25
PR-URL: #26
Reviewed-By: Ben Noordhuis <[email protected]>
@indutny
Copy link
Member Author

indutny commented Jun 10, 2019

Landed in e904107, released in 1.1.4

Thanks for review!

@indutny indutny closed this Jun 10, 2019
indutny added a commit to indutny/io.js that referenced this pull request Jun 10, 2019
@addaleax addaleax deleted the fix/gh-25 branch June 10, 2019 15:09
indutny added a commit to nodejs/node that referenced this pull request Jun 12, 2019
See: nodejs/llhttp#26

PR-URL: #28154
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
BridgeAR pushed a commit to nodejs/node that referenced this pull request Jun 17, 2019
See: nodejs/llhttp#26

PR-URL: #28154
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
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.

Empty responses not handled properly
2 participants