Uh oh!
There was an error while loading. Please reload this page.
https: add missing localPort while create socket - #24554
Conversation
leeight
commented
Nov 21, 2018
Travis CI failed due to github api rate limit. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
13d69be to
9725da0Comparemscdex
commented
Nov 23, 2018
leeight
commented
Nov 23, 2018
|
In `_tls_wrap.js` while calling `socket.connect` the `localPort` was missing, restore it. Fix: nodejs#24543
leeight
commented
Nov 24, 2018
Trott
commented
Dec 1, 2018
Brand new fresh CI: https://ci.nodejs.org/job/node-test-pull-request/19110/ |
Trott
commented
Feb 21, 2019
Hmmm...this stalled somehow. CI: https://ci.nodejs.org/job/node-test-pull-request/20940/ /ping @nodejs/http for reviews |
| const https = require('https'); | ||
| const assert = require('assert'); | ||
| { |
There was a problem hiding this comment.
Nit: I think there is no reason to use this block.
Trott
commented
Feb 21, 2019
Resume Build CI: https://ci.nodejs.org/job/node-test-pull-request/20941/ |
Trott
commented
Feb 21, 2019
Resume Build CI again: https://ci.nodejs.org/job/node-test-pull-request/20946/ macOS is acting up. 😞 |
lpinca
commented
Mar 1, 2019
Resumed CI https://ci.nodejs.org/job/node-test-pull-request/21174/ ✔️ |
In `_tls_wrap.js` while calling `socket.connect` the `localPort` was missing, restore it. PR-URL: nodejs#24554Fixes: nodejs#24543 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
BridgeAR
commented
Mar 5, 2019
Landed in c8e0c09 🎉 |
In `_tls_wrap.js` while calling `socket.connect` the `localPort` was missing, restore it. PR-URL: nodejs#24554Fixes: nodejs#24543 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
In
_tls_wrap.jswhile callingsocket.connectthelocalPortwasmissing, restore it.
Fix: #24543
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes