commit | 837e9209ddbe2e263992b5c01a12e966861d2966 | [log] [tgz] |
---|---|---|
author | Dominique Fauteux-Chapleau <domfc@chromium.org> | Fri Jun 04 20:08:22 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 04 20:08:22 2021 |
tree | 58a13191e13c7859afe95b32340c0071f3126caf | |
parent | ff6e99bc2a6917cc3121a9579a7825d8dbde95e1 [diff] |
Use MultipartDataPipeGetter in MultipartUploadRequest This switches FileAnalysisRequest, BinaryUploadService and MultipartUploadRequest from reading files in memory to using the new MultipartDataPipeGetter class to stream them to the network service efficiently instead. Bug: 1204585 Change-Id: Ida07ea3a0bd769ed979be0308c5a3231a7755db3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2880741 Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Reviewed-by: Daniel Rubery <drubery@chromium.org> Reviewed-by: Roger Tawa <rogerta@chromium.org> Cr-Commit-Position: refs/heads/master@{#889423}
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.