tls,https: respect address family when connecting by bnoordhuis · Pull Request #6654 · nodejs/node
added
tls
lts-watch-v4.x labels
May 9, 2016Respect the `{ family: 6 }` address family property when connecting to
a remote peer over TLS.
Fixes: nodejs#4139
Fixes: nodejs#6440
PR-URL: nodejs#6654
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Update parallel/test-http-agent-getname to use assert.strictEqual() consistently and const-ify variables while we're here. PR-URL: nodejs#6654 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Fishrock123 pushed a commit to Fishrock123/node that referenced this pull request
May 30, 2016Respect the `{ family: 6 }` address family property when connecting to
a remote peer over TLS.
Fixes: nodejs#4139
Fixes: nodejs#6440
PR-URL: nodejs#6654
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Fishrock123 pushed a commit to Fishrock123/node that referenced this pull request
May 30, 2016Update parallel/test-http-agent-getname to use assert.strictEqual() consistently and const-ify variables while we're here. PR-URL: nodejs#6654 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
rvagg pushed a commit that referenced this pull request
Jun 2, 2016rvagg pushed a commit that referenced this pull request
Jun 2, 2016Update parallel/test-http-agent-getname to use assert.strictEqual() consistently and const-ify variables while we're here. PR-URL: #6654 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit that referenced this pull request
Jun 29, 2016MylesBorins pushed a commit that referenced this pull request
Jun 29, 2016Update parallel/test-http-agent-getname to use assert.strictEqual() consistently and const-ify variables while we're here. PR-URL: #6654 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit that referenced this pull request
Jul 12, 2016MylesBorins pushed a commit that referenced this pull request
Jul 12, 2016Update parallel/test-http-agent-getname to use assert.strictEqual() consistently and const-ify variables while we're here. PR-URL: #6654 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
kegsay added a commit to matrix-org/matrix-appservice-irc that referenced this pull request
Oct 31, 2016Was previously 4.x for ES6 goodies. Now v4.5 to fix issues with TLS and IPv6 not playing nicely together, which meant that you couldn't connected to IRC networks over TLS with IPv6. See: - nodejs/node#6654
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters