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

Issue 201065: Http cache: Convert data writes from sysnchronous to asynchronous.... (Closed)

Created:
11 years, 3 months ago by rvargas (doing something else)
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, darin (slow to review), willchan no longer on Chromium, Paweł Hajdan Jr.
Visibility:
Public.

Description

Http cache: Convert data writes from sysnchronous to asynchronous. BUG=21383 TEST=covered by current unit tests. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25873

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -35 lines) Patch
M net/http/http_cache.cc View 1 15 chunks +73 lines, -31 lines 0 comments Download
M net/http/http_cache_unittest.cc View 1 4 chunks +15 lines, -4 lines 0 comments Download
M net/http/http_transaction_unittest.h View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
rvargas (doing something else)
11 years, 3 months ago (2009-09-09 17:41:14 UTC) #1
darin (slow to review)
11 years, 3 months ago (2009-09-10 05:30:58 UTC) #2
LGTM!  Very nice how the IOBuffer stuff makes this fall out trivially :)

http://codereview.chromium.org/201065/diff/1/3
File net/http/http_cache.cc (right):

http://codereview.chromium.org/201065/diff/1/3#newcode1311
Line 1311: if (rv >= 0) {
nit: if (rv >= 0 && rv != data_len) {

Powered by Google App Engine
This is Rietveld 408576698