Fixes #212 http.get_url with https

This commit is contained in:
dmiller 2015-09-18 03:54:59 +00:00
parent e2bbf289d4
commit 6752546ef5

View file

@ -1666,6 +1666,7 @@ function get_url( u, options )
port.service = parsed.scheme
port.number = parsed.port
port.state = "open"
if not port.number then
if parsed.scheme == 'https' then