commit | bcd13743a395946de5c631cadced4606434b2503 | [log] [tgz] |
---|---|---|
author | Adam Rice <ricea@chromium.org> | Fri Feb 03 07:41:28 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 03 07:41:28 2023 |
tree | 4be92d9c73d838adb90a44b556fb4f8b1862a11a | |
parent | 7e72b28a5575f833511d76a6f7c7572708f3b799 [diff] |
Remove NOTREACHED in HttpCache::Transaction net::HttpCache::Transaction::BeginCacheRead had a NOTREACHED() statement which is reached if a range request is sent with "only-if-cached" as the cache mode. Remove the NOTREACHED() and permit the fallthrough behaviour of returning ERR_CACHE_MISS to happen instead. Add unit and web-platform tests for this case. The wpt fails because it expects the fetch to succeed, whereas our implementation returns ERR_CACHE_MISS. BUG=1408233 Change-Id: I1023712b1a0d3642e6c980dd12dba81440d4fc13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4218212 Reviewed-by: Nidhi Jaju <nidhijaju@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/main@{#1100870}
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.