commit | 1b5d823c08dcd6ca97339f536187e0c6695595c8 | [log] [tgz] |
---|---|---|
author | Kenichi Ishibashi <bashi@chromium.org> | Tue Sep 17 04:36:01 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 17 04:36:01 2024 |
tree | d53c642d40b4ffac58ed807329a06c78ec794be9 | |
parent | 841a6afd02f81af2c746cb82e77f5bc3591847e3 [diff] |
Explicitly disable HEv3 in HttpStreamFactoryTest.NewSpdySessionCloseIdleH2Sockets The test relies on the ClientSocketPool and its behavior, where we don't create SpdySessions just after connection establishment but create sessions when HttpStreams are requested. When HEv3 is enabled we create SpdySession just after connection establishment so the test doesn't make sense. Disable the feature in the test. Bug: 346835898 Change-Id: I72aed36f9c72d2208cb46105f049bcdc3aaa3a54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5836486 Reviewed-by: Nidhi Jaju <nidhijaju@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1356273}
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.