commit | 64ee6d8dd07ca9af6289c11da787bb0f4967b260 | [log] [tgz] |
---|---|---|
author | Kenichi Ishibashi <bashi@chromium.org> | Mon Jul 08 08:11:45 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 08 08:11:45 2024 |
tree | cf089c0a6202eb837d83e7236bc96241a67d32f0 | |
parent | b238c9c684549b081252c04ef614ed7e875a3ac8 [diff] |
Add HttpStreamPool::Job The class is responsible for (1) managing in-flight HttpStream requests, (2) performing DNS resolution, and (3) handling connection attempts. This CL only implements (1) for plain HTTP (HTTP/1.x without TLS) and failure part of (2). Subsequent CLs will implement success case of DNS resolution and connection attempts. See the design doc [1] for details. [1] https://docs.google.com/document/d/10zr0g6E7RNUK224DTMC89gvZrwJtCIH4Lam-ZW5q0Kw/edit?usp=sharing Bug: 346835898 Change-Id: I3eba3920670cbb25100136940945de01d38b6123 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5679902 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/main@{#1324096}
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.