зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1364650 - retry on ChunkedEncodingError; r=gps DONTBUILD CLOSED TREE
MozReview-Commit-ID: 5F9ZwOvFG2V --HG-- extra : histedit_source : 2bc1174c8c359d97ac60c48d60863ce1e4c95298
This commit is contained in:
Родитель
e14a8f51d7
Коммит
8c33261168
|
@ -1865,6 +1865,7 @@ class PackageFrontend(MachCommandBase):
|
|||
try:
|
||||
record.fetch_with(cache)
|
||||
except (requests.exceptions.HTTPError,
|
||||
requests.exceptions.ChunkedEncodingError,
|
||||
requests.exceptions.ConnectionError) as e:
|
||||
|
||||
if isinstance(e, requests.exceptions.ConnectionError):
|
||||
|
|
Загрузка…
Ссылка в новой задаче