https: fix default port
authorKoichi Kobayashi <koichik@improvement.jp>
Sun, 4 Aug 2013 06:39:50 +0000 (15:39 +0900)
committerisaacs <i@izs.me>
Mon, 5 Aug 2013 19:53:12 +0000 (12:53 -0700)
commit72ad2c94df3f67674076b9d81b4e30f0cf448266
treede2455727cc6035cf28c2f5df3f92d616f8d955d
parent32fdae2ca3bd4df057ae01b7cd78961968fa0fd0
https: fix default port

https.get('https://github.com/') should use port 443, not 80.
lib/_http_client.js
test/disabled/test-http-default-port.js
test/internet/test-http-https-default-ports.js [new file with mode: 0644]