Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Issue 367763004: WIP: Some cronet modifications for the AndroidGSA (Closed)

Created:
6 years, 5 months ago by miloslav
Modified:
4 years, 1 month ago
Reviewers:
marcwilson, mdumitrescu, mef, Allan
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

WIP: Some cronet modifications for the AndroidGSA Make some classes public, so the GSA can use them directly, allow asynchronous upload of data, relax the check preventing the uploading of an empty chunk, add a method that returns all response headers. These changes are experimental and not indeded for submission. BUG=

Patch Set 1 #

Patch Set 2 : Cleaned up a bit. #

Patch Set 3 : Second attempt on UploadChannel #

Total comments: 2

Messages

Total messages: 3 (0 generated)
mef
Miloslav, thanks a lot! I've adopted it into https://codereview.chromium.org/423163007/. https://codereview.chromium.org/367763004/diff/40001/components/cronet/android/url_request_peer.cc File components/cronet/android/url_request_peer.cc (right): https://codereview.chromium.org/367763004/diff/40001/components/cronet/android/url_request_peer.cc#newcode83 components/cronet/android/url_request_peer.cc:83: ...
6 years, 4 months ago (2014-08-04 21:12:43 UTC) #1
mef
On 2014/08/04 21:12:43, mef wrote: > Miloslav, thanks a lot! I've adopted it into > ...
6 years, 4 months ago (2014-08-14 21:11:08 UTC) #2
miloslav
6 years, 4 months ago (2014-08-18 17:42:25 UTC) #3
Thank you, Misha, for integrating this CL.

https://codereview.chromium.org/367763004/diff/40001/components/cronet/androi...
File components/cronet/android/url_request_peer.cc (right):

https://codereview.chromium.org/367763004/diff/40001/components/cronet/androi...
components/cronet/android/url_request_peer.cc:83: return
url_request_->GetFullRequestHeaders(headers);
On 2014/08/04 21:12:43, mef wrote:
> This returns *request* headers, not *response* headers. Is this what you
expect?

Oh my, I must have been really tired before my vacation. Thanks for noticing :).

Powered by Google App Engine
This is Rietveld 408576698