Open
Bug 1732793
Opened 4 years ago
Updated 2 years ago
AOM calls should retry on proxy failure
Categories
(Toolkit :: Add-ons Manager, enhancement, P3)
Toolkit
Add-ons Manager
Tracking
()
NEW
People
(Reporter: mixedpuppy, Unassigned)
References
Details
(Whiteboard: [addons-jira])
a bypassProxy flag has been added in https://phabricator.services.mozilla.com/D126550
ProductUpdateChecker should make use of this and retry on failed proxy requests.
| Reporter | ||
Updated•4 years ago
|
Whiteboard: [addons-jira]
Updated•4 years ago
|
Updated•4 years ago
|
Points: --- → 3
Comment 1•4 years ago
|
||
By ProductUpdateChecker, did you mean ProductAddonChecker? It uses ServiceRequest already, but without the bypassProxy flag. The update check and download are both covered by this file.
There is also the AddonUpdateChecker, which also uses ServiceRequest without setting bypassProxy. After the update check, AddonInstall downloads without the beConservative or bypassProxy flags though, so adding the flag to the update check in this case would only be useful if the download logic also gets updated.
| Reporter | ||
Comment 2•4 years ago
|
||
ProductAddonChecker
Updated•3 years ago
|
Priority: P1 → P2
Updated•2 years ago
|
Priority: P2 → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•