commit | 51b0fcddd7dcd1544c2afe22b303f2bc07034a91 | [log] [tgz] |
---|---|---|
author | Daniel Rubery <drubery@chromium.org> | Fri Feb 28 22:17:02 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 28 22:17:02 2025 |
tree | 264f78900c6ca2da9bb46de21848c82edd6d15d7 | |
parent | e9a95f7d0e6b0e336153de759aae3f86a2e4a964 [diff] |
Add exponential backoff for transient refresh errors HTTP codes above 500 are now treated as transient errors that cause the DBSC session to enter exponential backoff. This helps mitigate the risk of an outage causing a large number of refresh requests when the refresh enpdoint comes back online. Fixed: 393165675 Change-Id: I6591ff5a7eeab346ed2a64ce5ec179d8eecadd83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6310434 Commit-Queue: Daniel Rubery <drubery@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Reviewed-by: Charlie Harrison <csharrison@chromium.org> Reviewed-by: thefrog <thefrog@chromium.org> Auto-Submit: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/main@{#1426567}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.