-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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 error check in Execute()
#25863
http: fix error check in Execute()
#25863
Conversation
/cc @indutny |
Wait, I just realized that this is for 10.x branch. nvm. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/cc @nodejs/collaborators |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Does this apply only on Node 10?
@mcollina It has to be done for v6.x and v8.x as well if that's what you mean, I can do that yet. master already has the fix though. |
Refs: #24738 Fixes: #25858 PR-URL: #25863 Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Landed on |
Refs: #24738 Fixes: #25858 PR-URL: #25863 Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Refs: #24738
Fixes: #25858
CI: https://ci.nodejs.org/job/node-test-pull-request/20501/
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes