Uh oh!
There was an error while loading. Please reload this page.
http: use localAddress instead of path - #5190
Conversation
evanlucas
commented
Feb 11, 2016
jasnell
commented
Feb 11, 2016
/cc @nodejs/http |
mscdex
commented
Feb 11, 2016
LGTM |
evanlucas
commented
Feb 14, 2016
LGTM. Maybe this is something that we should run citgm on first? /cc @thealphanerd |
jasnell
commented
Mar 21, 2016
jasnell
commented
Mar 21, 2016
@nodejs/ctc ... anyone have any concerns with this one? |
MylesBorins
commented
Mar 24, 2016
7da4fd4 to
c7066fbCompareRunning test suites one more time. Is anyone opposed to this landing if everything is green? ci: https://ci.nodejs.org/job/node-test-pull-request/2551/ edit: we are having issues with citgm in CI right now... figuring out what is going on, ignore results in the mean time |
bnoordhuis
commented
May 10, 2016
LGTM but there are a few style violations in the test that need to be fixed. |
Fix `options` usage on `lib/_http_agent.js` for the Legacy API. Fixes: nodejs#5051
dirceu
commented
May 10, 2016
@bnoordhuis thanks! I've updated the test file, and there are no more jslint errors. |
bnoordhuis
commented
May 10, 2016
citgm: https://ci.nodejs.org/view/Node.js-citgm/job/thealphanerd-smoker/261/ Hopefully the CI problems we were seeing yesterday should be resolved |
bnoordhuis
commented
May 11, 2016
CI is green, citgm is taking too long to load here. |
jasnell
commented
May 11, 2016
LGTM |
MylesBorins
commented
May 16, 2016
citgm: https://ci.nodejs.org/job/thealphanerd-smoker/270/ if it is green I will land this |
bnoordhuis
commented
May 19, 2016
CITGM is green. Landed in fe77de1, thanks Dirceu. |
MylesBorins
commented
Jun 1, 2016
how long should this stay on v6 before a backport? |
MylesBorins
commented
Jun 29, 2016
ping @nodejs/http re: backport |
MylesBorins
commented
Aug 30, 2016
@nodejs/lts is this something we want to see land on v4.x? |
Fix
optionsusage onlib/_http_agent.jsfor the Legacy API.Fixes: #5051