Commit 6b75171
committed
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).1 parent 8a0c8be commit 6b75171
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
564 | | - | |
565 | | - | |
566 | 564 | | |
567 | 565 | | |
568 | 566 | | |
| |||
0 commit comments