Closed
Bug 1729009
Opened 4 years ago
Closed 4 years ago
Make more requests in remote settings use beConservative
Categories
(Firefox :: Remote Settings Client, enhancement)
Firefox
Remote Settings Client
Tracking
()
RESOLVED
FIXED
94 Branch
| Tracking | Status | |
|---|---|---|
| firefox94 | --- | fixed |
People
(Reporter: mixedpuppy, Assigned: robwu)
References
Details
Attachments
(1 file)
In Bug 1654693 the first polling request was switched to use beConservative. However, the data fetches in Attachments.jsm still use fetch, thus beConservative is not set. We need to switch those over to using ServiceRequest.
| Assignee | ||
Updated•4 years ago
|
Assignee: nobody → rob
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•4 years ago
|
||
-
Replace
services.settings.serverpref withUtils.SERVER_URLfor
consistency with the whole RemoteSettings client. -
Replace
fetchwithUtils.fetchto fetch more reliably. -
Change implementation of
Utils.fetchto not mangle the response,
which would particularly be problematic for binary attachments.
Pushed by rob@robwu.nl:
https://hg.mozilla.org/integration/autoland/rev/9a0ea53a7618
Improve reliability of attachment downloader + tests r=leplatrem
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•