commit | 13dcef81a8a1cf8961094decc68b9e25b19aa48c | [log] [tgz] |
---|---|---|
author | Kenichi Ishibashi <bashi@chromium.org> | Mon Mar 24 08:16:05 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 24 08:16:05 2025 |
tree | 98a28b2b5459e687c5f8d6fd4af2a0036c5fa322 | |
parent | b3a0ac472cd61dcfede159fc0a85f551e9ca325a [diff] |
HttpStreamPool: Decrement total connecting count when cancelling in-flight attempts crrev.com/c/6038584 added a logic that cancels limit-exceeding in-flight attempts after limit-ignoring Jobs are completed. However, the CL forgot to decrement the total connecting stream count. We should decrement it. Bug: 402304288 Change-Id: Id139560bd5b0776a70dad2459050c1e3563a802d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6382176 Reviewed-by: Adam Rice <ricea@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/main@{#1436712}
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.