Remove a newly-added exception.
It turns out that the same code in `http.py` is used for processing both (1) the initial response and redirect and (2) the replies containing actual bytes for download. This means that the new exception we added for (2) leads to problems in (1).
Loading
Please sign in to comment