| commit | a4266a2adf0ee3aa55ba62154aa290da853d2fb8 | [log] [tgz] |
|---|---|---|
| author | Kenichi Ishibashi <bashi@chromium.org> | Thu Aug 15 10:01:29 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 15 10:01:29 2024 |
| tree | 51f4b15354caedc8d8a6db668b5078cabe36851c | |
| parent | b335877aa612291ed7f60b0a160b91dfd715e660 [diff] |
HttpStreamPool: Make H2 session unavailable when H1 is required There could be a case where we successfully created a SpdySession but HttpNetworkTransaction retries the connection disabling HTTP/2 due to some errors (e.g. restarting for auth). In this case, we should not use the existing SpdySession. When HTTP/1.1 is required and a SpdySession is found, HttpStreamPool should mark the session unavailable. This fixes HttpNetworkTransactionTest.NTLMOverHttp2 when HttpStreamPool is used. Bug: 346835898 Change-Id: I3381e124bf0c3dc7fb340c4b1dee820305cde8a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5782595 Reviewed-by: Nidhi Jaju <nidhijaju@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1342195}
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.