Michael Marineau
|
2d48f3a029
|
client: send error events if update check or ping fails
Does not report errors when sending events since that would be cyclic.
|
2017-06-09 18:40:25 -07:00 |
|
Michael Marineau
|
c88c5916bb
|
client: implement exponential backoff on temporary network errors
Uses a fuzzy timer to reduce chance of multiple clients synchronizing.
|
2017-06-02 18:44:29 -07:00 |
|
Michael Marineau
|
45e1ea6221
|
client: report sensible errors if response is excessively large or empty
|
2017-05-25 13:13:09 -07:00 |
|
Michael Marineau
|
e6f3abe15e
|
client: support retrying requests after transient HTTP errors
Wraps failed http.Request objects in a net.Error interface.
|
2017-05-25 13:13:09 -07:00 |
|
Michael Marineau
|
b8149cc683
|
client: add extended http client for making omaha api requests
Supports encoding/decoding omaha xml and retrying on transient failures.
|
2017-05-25 13:13:09 -07:00 |
|