commit | e1486c883b07c8cd4ef93e340c1adc40dd725570 | [log] [tgz] |
---|---|---|
author | Kenichi Ishibashi <bashi@chromium.org> | Fri Dec 06 09:27:01 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 06 09:27:01 2024 |
tree | 60e9d0467125265e2ff4cc3009e6b9477fca9321 | |
parent | 0f0c2e5c34d04fb5875b26061fc349152787dd2e [diff] |
HttpStreamPool: Pause Jobs during failing and resume later When the current AttemptManager is failing and notifying the failure to the existing jobs, pause new incoming jobs. Once the AttemptManager completes, create a new AttemptManager and pass paused jobs to the new AttemptManager. Bug: 381742472 Change-Id: I4ba3d8c0f26b4d6ab7adc3ea845770c3ccdaff2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064900 Reviewed-by: Nidhi Jaju <nidhijaju@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1392766}
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.