Chromium Code Reviews

Issue 545101: Http cache: If we issue a byte range request for x bytes... (Closed)

Created:
10 years, 11 months 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: If we issue a byte range request for x bytes and the server replies that it is giving us x bytes but we receive less than that, forward the failure to the caller instead of asking for another range. BUG=31000 TEST=unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=36771

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+47 lines, -2 lines)
M net/http/http_cache_transaction.cc View 1 chunk +6 lines, -2 lines 0 comments
M net/http/http_cache_unittest.cc View 1 chunk +41 lines, -0 lines 0 comments

Messages

Total messages: 2 (0 generated)
rvargas (doing something else)
10 years, 11 months ago (2010-01-15 23:57:49 UTC) #1
eroman
10 years, 11 months ago (2010-01-20 22:51:26 UTC) #2
lgtm

Powered by Google App Engine