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

deps: roll back http_parser to 2.3.0 #628

Merged
merged 2 commits into from
Jan 28, 2015

Conversation

bnoordhuis
Copy link
Member

Commit 598efcb ("deps: update http_parser to 2.4.1") introduced a
regression in HTTP Upgrade header handling.

Fixes: iojs#627

R=@indutny

@indutny
Copy link
Member

indutny commented Jan 27, 2015

LGTM, please follow up with the issue for fixing it.

Commit 598efcb ("deps: update http_parser to 2.4.1") introduced a
regression in HTTP Upgrade header handling.

Fixes: nodejs#627
PR-URL: nodejs#628
Reviewed-By: Fedor Indutny <[email protected]>
Add a regression test for nodejs#627.

Before the http_parser rollback to 2.3.0, the request callback was
called but an 'upgrade' event was not emitted, even though there is
an Upgrade header present in the request.

PR-URL: nodejs#628
Reviewed-By: Fedor Indutny <[email protected]>
@bnoordhuis
Copy link
Member Author

nodejs/http-parser#217

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