commit | 466a1ceabd1ca040319975ae72c603de9e1696b4 | [log] [tgz] |
---|---|---|
author | Kenichi Ishibashi <bashi@chromium.org> | Fri Nov 29 08:34:20 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 29 08:34:20 2024 |
tree | 4006d130a20d351e9de73677b94a876fa240c264 | |
parent | 43c180e2c5d9a094df0a74bc68876f8c16826775 [diff] |
HttpStreamPool: Destroy Group when closing the last idle stream Group::CloseOneIdleStream() could close a stream that is the last active stream in the group. We should destroy the group when it's the case. Otherwise, the group will be alive forever. Bug: 346835898 Change-Id: I79656f5f078fac93223f433e2f51310a1b6674dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6056788 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by: Nidhi Jaju <nidhijaju@chromium.org> Cr-Commit-Position: refs/heads/main@{#1389672}
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.