-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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. |
Landed on |
Refs: #24738
Fixes: #25858
CI: https://ci.nodejs.org/job/node-test-pull-request/20501/
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes