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

Issue 434052: Http cache: Add code to restart a network request when the... (Closed)

Created:
11 years, 1 month ago by rvargas (doing something else)
Modified:
9 years, 6 months ago
Reviewers:
eroman
CC:
chromium-reviews_googlegroups.com, darin (slow to review), Paweł Hajdan Jr.
Visibility:
Public.

Description

Http cache: Add code to restart a network request when the server doesn't revalidate a partially stored entry, in other words, after we issued a conditional byte range request. BUG=27276 TEST=unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33133

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 8

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -28 lines) Patch
M net/http/http_cache_transaction.h View 1 chunk +5 lines, -2 lines 0 comments Download
M net/http/http_cache_transaction.cc View 1 2 5 chunks +42 lines, -23 lines 0 comments Download
M net/http/http_cache_unittest.cc View 1 chunk +42 lines, -0 lines 0 comments Download
M net/http/partial_data.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/partial_data.cc View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
rvargas (doing something else)
11 years, 1 month ago (2009-11-24 22:51:11 UTC) #1
eroman
lgtm http://codereview.chromium.org/434052/diff/7/1008 File net/http/http_cache_transaction.cc (right): http://codereview.chromium.org/434052/diff/7/1008#newcode915 net/http/http_cache_transaction.cc:915: if (partial_.get() && partial_->IsCurrentRangeCached()) was this a separate ...
11 years ago (2009-11-25 21:20:28 UTC) #2
rvargas (doing something else)
thanks. http://codereview.chromium.org/434052/diff/7/1008 File net/http/http_cache_transaction.cc (right): http://codereview.chromium.org/434052/diff/7/1008#newcode915 net/http/http_cache_transaction.cc:915: if (partial_.get() && partial_->IsCurrentRangeCached()) On 2009/11/25 21:20:28, eroman ...
11 years ago (2009-11-25 21:38:56 UTC) #3
eroman
11 years ago (2009-11-25 21:58:47 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698