commit | 574eb2e0651175e8478ddb5d672f35ef2e29549a | [log] [tgz] |
---|---|---|
author | sisidovski <sisidovski@chromium.org> | Mon Oct 02 05:51:52 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 02 05:51:52 2023 |
tree | 4c3e8096ec17fc55a5c75a295f8f690bc55682f5 | |
parent | 28846021155e36fc7f2d0dd962a5b372a87b0642 [diff] |
Add the case when the data pipe for RaceNetworkRequest buffer is full This CL adds the case handling when the data pipe for the race network request side buffer is full. `ServiceWorkerRaceNetworkRequestURLLoaderClient::ReadAndWrite` takes into account only the case when the data pipe for the fetch handler is not used before this CL. This CL adds the other side, the data pipe for the race network request is not used. This is going to happen when ServiceWorkerAutoPreload is enabled, because the feature dispatches the RaceNetworkRequest, but the actual fetch response always comes from the fetch handler, one data pipe is not consumed except for the fallback case. Bug: 1472634, 1477919 Change-Id: Ib0c66b95180748bf3e900f7296b76ad29a174ff6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4891797 Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Commit-Queue: Shunya Shishido <sisidovski@chromium.org> Reviewed-by: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/main@{#1203843}
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.