commit | c42f97ced762d3c6412f50a47388f98d836c480b | [log] [tgz] |
---|---|---|
author | Stefano Duo <stefanoduo@google.com> | Tue Nov 07 11:46:48 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 07 11:46:48 2023 |
tree | e0a7dd70f48a547b177f1f231b7bb1da760ab695 | |
parent | 47b8496743928f56df794c1f28c946fa070d28a5 [diff] |
CronetPlatformProvider: respect UrlResponseInfo's quirks UrlResponseInfo#getProxyServer behaves differently based on whether it has been created for a BidirectionalStream or a UrlRequest. This needs to be taken into account as android.net.http.UrlReponseInfo#getProxyServer doesn't exist. This refactors the creation of UrlResponseInfo's wrapper to be aware of what it's being created for, so that the correct behavior can be implemented. Bug: 1497531, b/309121551 Change-Id: I308ad17b976595d3a26382369df268afeaa9ce23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5004292 Reviewed-by: Chidera Olibie <colibie@google.com> Commit-Queue: Stefano Duo <stefanoduo@google.com> Cr-Commit-Position: refs/heads/main@{#1220843}
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.