-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: name anonymous functions #9055
Conversation
@maasencioh subsystem is simply |
7e3b97d
to
9bd70f1
Compare
@lpinca ok thanks! |
@@ -581,7 +581,7 @@ function onSocketNT(req, socket) { | |||
} | |||
} | |||
|
|||
ClientRequest.prototype._deferToConnect = function(method, arguments_, cb) { | |||
ClientRequest.prototype._deferToConnect = function _deferToConnect(method, arguments_, cb) { |
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.
Nit: long line.
9bd70f1
to
0f3a691
Compare
Thanks! LGTM pending green CI (I would start it but I get a time out). |
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
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
The same question here, I don't think that the freebsd break it's related with the current changes, but how can I be sure? |
You can check the logs here https://ci.nodejs.org/job/node-test-commit-freebsd/4823/nodes=freebsd11-x64/console to see what failed. In this case:
Not something to worry about. |
Thanks @lpinca, I read it but see a red flag makes me panic 😛 |
c133999
to
83c7a88
Compare
Landed in 23d6e1f...accf410 |
Checklist
Description of change
Ref: #8913