Fixes #178 and #179 - proper handling of custom redirects

This commit is contained in:
Bernardo Damele
2010-03-16 14:30:57 +00:00
parent 3b3353e05b
commit 466df89c4a
4 changed files with 28 additions and 17 deletions

View File

@@ -957,6 +957,7 @@ def __setConfAttributes():
conf.path = None
conf.port = None
conf.progressWidth = 54
conf.redirectHandled = False
conf.retriesCount = 0
conf.scheme = None
#conf.seqMatcher = difflib.SequenceMatcher(lambda x: x in " \t")