• Moshe Zadka's avatar
    fixing 408085 - redirect from https becomes http · 5d87d472
    Moshe Zadka yazdı
    Even though relative redirects are illegal, they are common
    urllib treated every relative redirect as though it was to http,
    even if the original was https://
    As long as we're compensating for server bugs, might as well do
    it properly.
    5d87d472
urllib.py 46.4 KB