commit | b417bfd71448dad6b3ebde7311de40e74b05ad86 | [log] [tgz] |
---|---|---|
author | Kenichi Ishibashi <bashi@chromium.org> | Mon Aug 19 05:58:50 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 19 05:58:50 2024 |
tree | ced8b149abd2d1340cf0c4221b125ebf66465bb9 | |
parent | 12e6a109c0583d63c1fbf92d7aea68c2a35bd1d8 [diff] |
HttpStreamPool: Improve net log events for closing StreamSocket This CL adds more reasons why a StreamSocket is closed. These reasons are similar to ones that TransportClientSocketPool records when closing a StreamSocket. The existing tests in HttpStreamPoolGroupTest cover this change. Bug: 359404121 Change-Id: I0f409fc69daa7864bc6d134f3b6947c6e7baa873 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5790104 Reviewed-by: Adam Rice <ricea@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1343342}
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.