Closed
Bug 335966
Opened 19 years ago
Closed 19 years ago
http error responses should be considered upload failures
Categories
(Toolkit Graveyard :: Data Collection/Metrics, defect)
Toolkit Graveyard
Data Collection/Metrics
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: bryner)
Details
Attachments
(1 file)
5.87 KB,
patch
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•19 years ago
|
||
This has a few misc. changes to go along with the http response code check:
- Move cancellation of the upload timer from quit-application to xpcom-shutdown. This seems to be necessary since in the app-restart case we never see quit-application and our upload timer fires as the event queue is flushed, causing us to try to use the DOMSerializer after it's no longer safe to do so.
- Factored out the looping call to PR_GetRandomNoise and use it in the client id generation code as well.
Updated•19 years ago
|
Attachment #220465 -
Flags: first-review?(darin) → first-review+
Assignee | ||
Comment 2•19 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•