From 3d9b1599d10d6821269f41e4982f30760a609ac2 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 15 Mar 2012 11:45:32 +0000 Subject: [PATCH] minor update --- lib/core/option.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/option.py b/lib/core/option.py index 202a44573..8282f5ca7 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -299,6 +299,7 @@ def __feedTargetsDict(reqFile, addedTargetUrls): if getPostReq and (params or cookie): if conf.forceSSL: scheme = "https" + port = "443" if not port and isinstance(scheme, basestring) and scheme.lower() == "https": port = "443" elif not scheme and port == "443":