commit | 1d1ec25c621c04c9dd3012d26dee044f51476d11 | [log] [tgz] |
---|---|---|
author | Sebastien Lalancette <seblalancette@chromium.org> | Wed Apr 26 21:03:07 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 26 21:03:07 2023 |
tree | 83f6b0306a0fd1d951f1cd5b2cf3e8062df64c21 | |
parent | 32ffb19dd1bd5146accbe575439b72ee0381dc79 [diff] |
[DTC] Don't try to access headers from a null request The code "expects" the request to be present, but still tries to read the headers even if it is not. This was causing a crash to happen when the test failed. Bug: 1433605 Change-Id: I1b33bc9af2b6494da3accd5369f83d3deac53530 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4480374 Commit-Queue: Hamda Mare <hmare@google.com> Auto-Submit: Sebastien Lalancette <seblalancette@chromium.org> Reviewed-by: Hamda Mare <hmare@google.com> Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1136147}
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.