Chromium Code Reviews
DescriptionDevTools Disable cache should properly handle LoadOnlyFromCache resources
Currently, checking the "disable cache" button on the networking page in dev
tools causes all requests to run with a bypass cache directive. Even those
resources meant to be fetched exclusively from the cache. This means resources
meant to be served only from the cache wind up being served from the network.
This CL causes such requests to fail early, as would happen if the object were
not in cache.
BUG=634189
Review-Url: https://codereview.chromium.org/2266913002
Cr-Commit-Position: refs/heads/master@{#425706}
(cherry picked from commit 938a1f2e20387f1008f4d34536b705da109792ac)
Committed: https://chromium.googlesource.com/chromium/src/+/87b20b798d7d9c054bdea42b20b7ad9c772077c7
Patch Set 1 #
Messages
Total messages: 2 (1 generated)
|
||||||||||||||||||||||||||||