DescriptionModify CloudPolicyClient to support multiple concurrent requests.
CloudPolicyClient previously only allowed a single outstanding request at once,
and issuing a new request would cause the previous request to silently fail.
This behavior made sense for policy fetches, but not for other types of
out-of-band requests (status uploads, certificate uploads, etc).
CloudPolicyClient now allows multiple requests at once, and differentiates
between policy-fetch/registration related requests and out-of-band requests.
BUG=452563
Committed: https://crrev.com/4d7bcd649f45b21838e41a9174568c6db6373786
Cr-Commit-Position: refs/heads/master@{#315084}
Patch Set 1 #Patch Set 2 : Added test for unregistration #
Total comments: 12
Patch Set 3 : More review feedback #
Messages
Total messages: 9 (3 generated)
|