minor update

This commit is contained in:
Miroslav Stampar 2012-03-15 11:45:32 +00:00
parent 91f1d6141f
commit 3d9b1599d1

View File

@ -299,6 +299,7 @@ def __feedTargetsDict(reqFile, addedTargetUrls):
if getPostReq and (params or cookie): if getPostReq and (params or cookie):
if conf.forceSSL: if conf.forceSSL:
scheme = "https" scheme = "https"
port = "443"
if not port and isinstance(scheme, basestring) and scheme.lower() == "https": if not port and isinstance(scheme, basestring) and scheme.lower() == "https":
port = "443" port = "443"
elif not scheme and port == "443": elif not scheme and port == "443":