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

Issue 500009: Http cache: Add a few more states to the transaction SM.... (Closed)

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

Description

Http cache: Add a few more states to the transaction SM. Now we have states for writing and reading the cached headers. BUG=26729, 18055 TEST=covered by current unit tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=34845

Patch Set 1 #

Total comments: 9

Patch Set 2 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+267 lines, -145 lines) Patch
M net/http/http_cache_transaction.h View 1 7 chunks +26 lines, -9 lines 0 comments Download
M net/http/http_cache_transaction.cc View 1 18 chunks +241 lines, -136 lines 2 comments Download

Messages

Total messages: 6 (0 generated)
rvargas (doing something else)
11 years ago (2009-12-15 01:30:15 UTC) #1
rvargas (doing something else)
http://codereview.chromium.org/500009/diff/1/2 File net/http/http_cache_transaction.cc (right): http://codereview.chromium.org/500009/diff/1/2#newcode98 net/http/http_cache_transaction.cc:98: static const int kTruncatedEnry = 1; Typo fixed.
11 years ago (2009-12-16 22:07:40 UTC) #2
eroman
LGTM after considering my remove of kTruncatedEnry suggestion. http://codereview.chromium.org/500009/diff/1/2 File net/http/http_cache_transaction.cc (right): http://codereview.chromium.org/500009/diff/1/2#newcode587 net/http/http_cache_transaction.cc:587: case ...
11 years ago (2009-12-17 00:00:09 UTC) #3
rvargas (doing something else)
Thanks. http://codereview.chromium.org/500009/diff/1/2 File net/http/http_cache_transaction.cc (right): http://codereview.chromium.org/500009/diff/1/2#newcode587 net/http/http_cache_transaction.cc:587: case STATE_SUCCESSFUL_SEND_REQUEST: On 2009/12/17 00:00:09, eroman wrote: > ...
11 years ago (2009-12-17 01:49:07 UTC) #4
eroman
LGTM > By the way, would have been acceptable to you if the state required ...
11 years ago (2009-12-17 05:21:41 UTC) #5
rvargas (doing something else)
11 years ago (2009-12-17 18:30:12 UTC) #6
Thanks.

http://codereview.chromium.org/500009/diff/1004/7
File net/http/http_cache_transaction.cc (right):

http://codereview.chromium.org/500009/diff/1004/7#newcode98
net/http/http_cache_transaction.cc:98: static const int kTruncatedEntry = 1;
On 2009/12/17 05:21:42, eroman wrote:
> This can be deleted now yes?

Removed. Thanks!.

Powered by Google App Engine
This is Rietveld 408576698