commit | 950f3c5c067928fb658a4cd9a07664bc6e849fd5 | [log] [tgz] |
---|---|---|
author | Kenichi Ishibashi <[email protected]> | Thu May 08 05:41:15 2025 |
committer | Chromium LUCI CQ <[email protected]> | Thu May 08 05:41:15 2025 |
tree | b1923f5a495af14e80c4aa98790c6a5bb781005a | |
parent | b2da4f441fb844dbbffadb3c58acc72eb9034e9f [diff] |
HttpStreamPool: Reset ServiceEndpointRequest when failing To make sure that failing AttemptManager won't try to make further progress. Resetting ServiceEndpointRequest ensures that OnServiceEndpointsUpdated()/OnServiceEndpointRequestFinished() aren't called any more. Bug: 416088643 Change-Id: Idd3735c112194c43ca9cf2c8b1ae6f50b37da0f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6515226 Reviewed-by: Adam Rice <[email protected]> Commit-Queue: Kenichi Ishibashi <[email protected]> Cr-Commit-Position: refs/heads/main@{#1457423}
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.