Closed
Bug 1154553
Opened 10 years ago
Closed 10 years ago
Handle incoming commands
Categories
(Firefox for iOS :: Sync, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: rnewman, Assigned: rnewman)
References
(Blocks 1 open bug)
Details
This is intertwined with Bug 1154551; when we act on a command we need to upload a cleared client record.
Handling commands in this way is actually a little involved:
* Download our client record.
* See that it has commands.
* Persist those commands locally.
* Upload a record without commands. Send If-Unmodified-Since.
* If this fails, start over.
* Sequentially run commands.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → rnewman
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•