commit | c267fb24d42508af138ae0640f753ec587c62f0c | [log] [tgz] |
---|---|---|
author | Yutaka Hirano <yhirano@chromium.org> | Tue Jul 05 01:27:17 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 05 01:27:17 2022 |
tree | e61a9ec40dbd94982459679098db1b560aef6fa0 | |
parent | b4d2de748bec1904307fdab3be3063d94d44d9ba [diff] |
Fix 421 handling for streaming upload requests We should not re-send the request when it has a body with null source (i.e., the request has a streaming upload body). Bug: 1171011 Change-Id: I388043e6c16a15df4031eeee91e53f3701fc9d96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3733488 Reviewed-by: Yoichi Osato <yoichio@chromium.org> Reviewed-by: Matt Menke <mmenke@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/main@{#1020700}
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.